@0x/contracts-asset-proxy
: Remove only
modifier on tests.
This commit is contained in:
parent
95e461072f
commit
ab70c4df74
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user