@0x/contracts-integrations: Remove stray only modifier.

This commit is contained in:
Lawrence Forman 2020-09-01 16:56:32 -04:00
parent 36ad373f03
commit 1cdc6e7184

View File

@ -25,7 +25,7 @@ import * as ethjs from 'ethereumjs-util';
const { MAX_UINT256, NULL_ADDRESS, NULL_BYTES, NULL_BYTES32, ZERO_AMOUNT } = constants;
blockchainTests.resets.only('exchange proxy - meta-transactions', env => {
blockchainTests.resets('exchange proxy - meta-transactions', env => {
const quoteSignerKey = hexUtils.random();
const quoteSigner = hexUtils.toHex(ethjs.privateToAddress(ethjs.toBuffer(quoteSignerKey)));
let owner: string;