diff --git a/test/unit/balancer/Balancer.test.ts b/test/unit/balancer/Balancer.test.ts index 4bcc2592..7c5dc294 100644 --- a/test/unit/balancer/Balancer.test.ts +++ b/test/unit/balancer/Balancer.test.ts @@ -15,11 +15,11 @@ import OceanSPool from '@oceanprotocol/contracts/artifacts/BPool.json' import { LoggerInstance } from '../../../src/utils' const web3 = new Web3('http://127.0.0.1:8545') -function sleep(ms: number) { - return new Promise((resolve) => { - setTimeout(resolve, ms) - }) -} +// function sleep(ms: number) { +// return new Promise((resolve) => { +// setTimeout(resolve, ms) +// }) +// } describe('Balancer flow', () => { let oceanTokenAddress: string diff --git a/test/unit/exchanges/FixedPriceExchange.test.ts b/test/unit/exchanges/FixedPriceExchange.test.ts index 6dabf765..eae10258 100644 --- a/test/unit/exchanges/FixedPriceExchange.test.ts +++ b/test/unit/exchanges/FixedPriceExchange.test.ts @@ -10,7 +10,6 @@ import factory from '@oceanprotocol/contracts/artifacts/DTFactory.json' import datatokensTemplate from '@oceanprotocol/contracts/artifacts/DataTokenTemplate.json' import FixedRateExchangeContract = require('@oceanprotocol/contracts/artifacts/FixedRateExchange.json') -import { Logger } from '../../../src/lib' const web3 = new Web3('http://127.0.0.1:8545') describe('FixedRateExchange flow', () => {