From ab70c4df743e9c0ec66c45b36f49d412cfe336bf Mon Sep 17 00:00:00 2001 From: Lawrence Forman Date: Tue, 1 Oct 2019 18:36:13 -0700 Subject: [PATCH] `@0x/contracts-asset-proxy`: Remove `only` modifier on tests. --- contracts/asset-proxy/test/uniswap_bridge.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/asset-proxy/test/uniswap_bridge.ts b/contracts/asset-proxy/test/uniswap_bridge.ts index 558d8ed10a..7e73f2f6f1 100644 --- a/contracts/asset-proxy/test/uniswap_bridge.ts +++ b/contracts/asset-proxy/test/uniswap_bridge.ts @@ -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;