Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agualis committed Oct 31, 2024
1 parent a080968 commit 001b8e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions test/v3/addLiquidityBoosted.integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ describe('Boosted AddLiquidity', () => {
(tokenAmount) => tokenAmount.amount,
),
];
expect(balanceDeltas[0]).to.deep.eq(expectedDeltas[0]);
expect(balanceDeltas).to.deep.eq(expectedDeltas);

const slippageAdjustedQueryInput =
addLiquidityQueryOutput.amountsIn.map((amountsIn) => {
Expand Down Expand Up @@ -490,6 +490,5 @@ describe('Boosted AddLiquidity', () => {
},
},
],
// totalShares: '119755.048508537457614083',
};
});
1 change: 0 additions & 1 deletion test/v3/removeLiquidityBoosted.integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,5 @@ describe('remove liquidity test', () => {
},
},
],
totalShares: '119755.048508537457614083',
};
});

0 comments on commit 001b8e5

Please sign in to comment.