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

This commit is contained in:
Lawrence Forman
2019-10-08 09:27:53 +09:00
parent dbf22583b5
commit 53df2130ea
4 changed files with 32 additions and 7 deletions

View File

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