Skip to content

Commit

Permalink
fix: πŸ› tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Mar 20, 2024
1 parent 6aa5d2e commit ee6bd5a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/swap/tests/changelly.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ describe("Changelly Provider", () => {
expect(quote?.quote.meta.walletIdentifier).to.be.eq(
WalletIdentifier.enkrypt
);
expect(quote?.fromTokenAmount.toString()).to.be.eq(
quote?.minMax.minimumFrom.toString()
);
expect(quote?.fromTokenAmount.toString()).to.be.eq(amount.toString());
expect(quote?.toTokenAmount.gtn(0)).to.be.eq(true);
const swap = await changelly.getSwap(quote!.quote);

Expand Down

1 comment on commit ee6bd5a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.