Skip to content

Commit

Permalink
fixed quantity
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-dubinin committed Oct 27, 2024
1 parent 85c8254 commit 2f08a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/e2e/tests/monitoring.limit.wallet.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ test.describe("Test Filled Limit Order feature", () => {
true
);
expect(msgContentAmount, "No msg from the wallet!").toBeTruthy();
expect(msgContentAmount).toContain('"quantity": "1010000"');
expect(msgContentAmount).toContain('"quantity": "1020000"');
expect(msgContentAmount).toContain("place_limit");
expect(msgContentAmount).toContain('"order_direction": "bid"');
await tradePage.isTransactionSuccesful();
Expand Down

0 comments on commit 2f08a28

Please sign in to comment.