Skip to content

Commit

Permalink
Fix stable tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Ignacio Ubeira committed Mar 4, 2024
1 parent f43fb93 commit 00310a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pool-stable/test/ComposableStablePoolFactory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ describe('ComposableStablePoolFactory', function () {
});

it('sets swap fee', async () => {
expect(await pool.getSwapFeePercentage()).to.equal(POOL_SWAP_FEE_PERCENTAGE);
expect(await pool['getSwapFeePercentage()']()).to.equal(POOL_SWAP_FEE_PERCENTAGE);
});

it('sets the owner ', async () => {
Expand Down

0 comments on commit 00310a4

Please sign in to comment.