@0x/contracts-test-utils: Make testCombinatoriallyWithReferenceFuncAsync not async.

This commit is contained in:
Lawrence Forman
2019-08-01 12:56:08 -04:00
parent a3cdb63ae1
commit 8d26f58dfa
2 changed files with 11 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ export { coverage } from './coverage';
export { Web3ProviderEngine } from '@0x/subproviders';
export { addressUtils } from './address_utils';
export { OrderFactory } from './order_factory';
export { bytes32Values, testCombinatoriallyWithReferenceFuncAsync, uint256Values } from './combinatorial_utils';
export { bytes32Values, testCombinatoriallyWithReferenceFunc, uint256Values } from './combinatorial_utils';
export { TransactionFactory } from './transaction_factory';
export { testWithReferenceFuncAsync } from './test_with_reference';
export { hexConcat, hexRandom } from './hex_utils';