From 00310a4d0604591537d89d4a48455e3e1420dab7 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Ubeira Date: Mon, 4 Mar 2024 19:32:37 -0300 Subject: [PATCH] Fix stable tests. --- pkg/pool-stable/test/ComposableStablePoolFactory.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/pool-stable/test/ComposableStablePoolFactory.test.ts b/pkg/pool-stable/test/ComposableStablePoolFactory.test.ts index 7b3a7cf093..6e4a7b3518 100644 --- a/pkg/pool-stable/test/ComposableStablePoolFactory.test.ts +++ b/pkg/pool-stable/test/ComposableStablePoolFactory.test.ts @@ -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 () => {