1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

fix error in should deploy contracts Pool test

This commit is contained in:
Miquel A. Cabot 2022-03-28 15:19:51 +02:00
parent f23d47a4fd
commit 16b83f0088

View File

@ -85,7 +85,7 @@ describe('Pool unit test', () => {
contracts.erc721FactoryAddress contracts.erc721FactoryAddress
) )
assert(parseInt(allowCheck) >= 8000) assert(parseInt(allowCheck) >= 2000)
allowCheck = await allowance( allowCheck = await allowance(
web3, web3,
contracts.usdcAddress, contracts.usdcAddress,