From 16b83f00889c2091cf4bb34450bc88f35cebaf06 Mon Sep 17 00:00:00 2001 From: "Miquel A. Cabot" Date: Mon, 28 Mar 2022 15:19:51 +0200 Subject: [PATCH] fix error in should deploy contracts Pool test --- 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 fb78cd36..3f503083 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,