Skip to content

Commit

Permalink
added swapOut in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xprinc authored and 0xprinc committed Nov 16, 2024
1 parent 1346fd4 commit 4d8871f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dex/fluid-dex/fluid-dex-e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ function testForNetwork(

const sideToContractMethods = new Map([
[SwapSide.SELL, [ContractMethod.swapExactAmountIn]],
[SwapSide.BUY, [ContractMethod.swapExactAmountOut]],
]);

describe(`${network}`, () => {
Expand Down

0 comments on commit 4d8871f

Please sign in to comment.