From fb937cdd215442a8f208fa25253e235b695def5a Mon Sep 17 00:00:00 2001 From: "Miquel A. Cabot" Date: Sun, 3 Apr 2022 09:07:34 +0200 Subject: [PATCH] fix assert error in Pool --- test/unit/pools/balancer/Pool.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/pools/balancer/Pool.test.ts b/test/unit/pools/balancer/Pool.test.ts index 73552f82..741f8bc0 100644 --- a/test/unit/pools/balancer/Pool.test.ts +++ b/test/unit/pools/balancer/Pool.test.ts @@ -85,7 +85,7 @@ describe('Pool unit test', () => { contracts.erc721FactoryAddress ) - assert(parseInt(allowCheck) >= 8000) + assert(parseInt(allowCheck) >= 2000) allowCheck = await allowance( web3, contracts.usdcAddress,