@0x/contracts-asset-proxy: Rebase and use IERC20Bridge

This commit is contained in:
Lawrence Forman
2019-09-30 17:43:08 -07:00
parent 35daecd5ae
commit 1356237ec9
4 changed files with 5 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ import {
TestEth2DaiBridgeTokenTransferEventArgs,
} from '../src';
blockchainTests.resets.only('Eth2DaiBridge unit tests', env => {
blockchainTests.resets('Eth2DaiBridge unit tests', env => {
const txHelper = new TransactionHelper(env.web3Wrapper, artifacts);
let testContract: TestEth2DaiBridgeContract;