@0x/contracts-asset-proxy: Remove only modifier on tests.

This commit is contained in:
Lawrence Forman
2019-09-28 01:54:35 -04:00
parent 7762b7b665
commit 38e540ad9f

View File

@@ -21,7 +21,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;
let daiTokenAddress: string;