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

This commit is contained in:
Lawrence Forman 2019-10-01 18:36:13 -07:00
parent 95e461072f
commit ab70c4df74

View File

@ -29,7 +29,7 @@ import {
TestUniswapBridgeWethWithdrawEventArgs as WethWithdrawArgs, TestUniswapBridgeWethWithdrawEventArgs as WethWithdrawArgs,
} from '../src'; } from '../src';
blockchainTests.resets.only('UniswapBridge unit tests', env => { blockchainTests.resets('UniswapBridge unit tests', env => {
const txHelper = new TransactionHelper(env.web3Wrapper, artifacts); const txHelper = new TransactionHelper(env.web3Wrapper, artifacts);
let testContract: TestUniswapBridgeContract; let testContract: TestUniswapBridgeContract;
let wethTokenAddress: string; let wethTokenAddress: string;