remove unused import

This commit is contained in:
poma 2019-11-28 15:04:09 +07:00
parent 2962f30ed5
commit e83f528f6f
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ require('chai')
.should()
const fs = require('fs')
const { toBN, toHex } = require('web3-utils')
const { toBN } = require('web3-utils')
const { takeSnapshot, revertSnapshot } = require('../lib/ganacheHelper')
const Mixer = artifacts.require('./ERC20Mixer.sol')

View File

@ -5,7 +5,7 @@ require('chai')
.should()
const fs = require('fs')
const { toBN, toHex, randomHex } = require('web3-utils')
const { toBN, randomHex } = require('web3-utils')
const { takeSnapshot, revertSnapshot } = require('../lib/ganacheHelper')
const Mixer = artifacts.require('./ETHMixer.sol')