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

This commit is contained in:
Lawrence Forman
2019-09-27 23:54:32 -04:00
parent 1959d149f8
commit b728d13d8c

View File

@@ -20,7 +20,7 @@ import {
TestERC20BridgeContract,
} from '../src';
blockchainTests.resets.only('ERC20BridgeProxy unit tests', env => {
blockchainTests.resets('ERC20BridgeProxy unit tests', env => {
const BRIDGE_SUCCESS_RETURN_DATA = hexRightPad('0xb5d40d78');
let owner: string;
let badCaller: string;