@0x/contracts-zero-ex: Remove only from tests.

This commit is contained in:
Lawrence Forman 2020-09-02 21:22:07 -04:00
parent f41e13b574
commit 9f7840e12b

View File

@ -32,7 +32,7 @@ const { NULL_ADDRESS, NULL_BYTES, NULL_BYTES32 } = constants;
type MintTokenTransformerEvent = DecodedLogEntry<TestMintTokenERC20TransformerMintTransformEventArgs>; type MintTokenTransformerEvent = DecodedLogEntry<TestMintTokenERC20TransformerMintTransformEventArgs>;
blockchainTests.resets.only('TransformERC20 feature', env => { blockchainTests.resets('TransformERC20 feature', env => {
const callDataSignerKey = hexUtils.random(); const callDataSignerKey = hexUtils.random();
const callDataSigner = ethjs.bufferToHex(ethjs.privateToAddress(ethjs.toBuffer(callDataSignerKey))); const callDataSigner = ethjs.bufferToHex(ethjs.privateToAddress(ethjs.toBuffer(callDataSignerKey)));
let owner: string; let owner: string;