fix remaining tests in standalone contracts

This commit is contained in:
Francisco Giordano
2019-01-21 18:16:45 -03:00
parent f84278433d
commit 5eafd1dec2
3 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
const encodeCall = require('zos-lib/lib/helpers/encodeCall').default;
const { shouldBehaveLikeERC20Mintable } = require('./behaviors/ERC20Mintable.behavior');
const { shouldFail } = require('../../helpers/shouldFail');
const shouldFail = require('../../helpers/shouldFail');
const BigNumber = web3.BigNumber;