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

fix pool test amount error

This commit is contained in:
Miquel A. Cabot 2022-04-05 18:08:32 +02:00
parent 47e47863b3
commit f5f8fdd84b

View File

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