Skip to content

Commit

Permalink
Changing more hardcoded expected values;
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiz Gustavo Abou Hatem De Liz committed Mar 7, 2024
1 parent 6d5cd7f commit 3aee9a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fullSwaps.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ describe('Tests full swaps against known values', () => {
swapInfo.tokenAddresses[swapInfo.swaps[1].assetOutIndex],
USDC.address
);
assert.equal(swapInfo.swaps[1].amount, '10116231856759836');
assert.equal(swapInfo.swaps[1].amount, '10116231856774097');
}).timeout(10000);

it('should full swap weighted swapExactOut', async () => {
Expand Down Expand Up @@ -439,7 +439,7 @@ describe('Tests full swaps against known values', () => {
swapInfo.tokenAddresses[swapInfo.swaps[1].assetOutIndex],
USDC.address
);
assert.equal(swapInfo.swaps[1].amount, '77743494526610987');
assert.equal(swapInfo.swaps[1].amount, '77743494526648088');
}).timeout(10000);

it('should full swap stable & weighted swapExactOut', async () => {
Expand Down

0 comments on commit 3aee9a4

Please sign in to comment.