Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Jun 25, 2024
1 parent e484945 commit f399b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/swap/tests/rango.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe("Rango Provider", () => {
);
expect(quote?.fromTokenAmount.toString()).to.be.eq(amount.toString());
expect(quote?.toTokenAmount.gtn(0)).to.be.eq(true);
expect(quote?.additionalNativeFees.eqn(0)).to.be.eq(true);
expect(quote?.additionalNativeFees.gten(0)).to.be.eq(true);
const swap = await rango.getSwap(quote!.quote);
expect(swap?.transactions.length).to.be.eq(1);
}).timeout(25000);
Expand Down

2 comments on commit f399b64

@github-actions
Copy link

Choose a reason for hiding this comment

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

@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.