mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
minor test cleanup
This commit is contained in:
parent
c4d6b48896
commit
418305c0f1
@ -15,11 +15,11 @@ import OceanSPool from '@oceanprotocol/contracts/artifacts/BPool.json'
|
|||||||
import { LoggerInstance } from '../../../src/utils'
|
import { LoggerInstance } from '../../../src/utils'
|
||||||
const web3 = new Web3('http://127.0.0.1:8545')
|
const web3 = new Web3('http://127.0.0.1:8545')
|
||||||
|
|
||||||
function sleep(ms: number) {
|
// function sleep(ms: number) {
|
||||||
return new Promise((resolve) => {
|
// return new Promise((resolve) => {
|
||||||
setTimeout(resolve, ms)
|
// setTimeout(resolve, ms)
|
||||||
})
|
// })
|
||||||
}
|
// }
|
||||||
|
|
||||||
describe('Balancer flow', () => {
|
describe('Balancer flow', () => {
|
||||||
let oceanTokenAddress: string
|
let oceanTokenAddress: string
|
||||||
|
@ -10,7 +10,6 @@ import factory from '@oceanprotocol/contracts/artifacts/DTFactory.json'
|
|||||||
import datatokensTemplate from '@oceanprotocol/contracts/artifacts/DataTokenTemplate.json'
|
import datatokensTemplate from '@oceanprotocol/contracts/artifacts/DataTokenTemplate.json'
|
||||||
|
|
||||||
import FixedRateExchangeContract = require('@oceanprotocol/contracts/artifacts/FixedRateExchange.json')
|
import FixedRateExchangeContract = require('@oceanprotocol/contracts/artifacts/FixedRateExchange.json')
|
||||||
import { Logger } from '../../../src/lib'
|
|
||||||
const web3 = new Web3('http://127.0.0.1:8545')
|
const web3 = new Web3('http://127.0.0.1:8545')
|
||||||
|
|
||||||
describe('FixedRateExchange flow', () => {
|
describe('FixedRateExchange flow', () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user