Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseRFelix committed Jul 8, 2024
1 parent 54b0189 commit f8b02a3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,11 @@ describe("compare1CTTransactionParams", () => {
const nextParams: OneClickTradingTransactionParams = {
...prevParams,
spendLimit: mockPricePretty(7000),
networkFeeLimit: mockCoinPretty(16000),
sessionPeriod: { end: "3hours" },
};

const changes = compare1CTTransactionParams({ prevParams, nextParams });
expect(changes).toContain("spendLimit");
expect(changes).toContain("networkFeeLimit");
expect(changes).toContain("sessionPeriod");
});
});

0 comments on commit f8b02a3

Please sign in to comment.