aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/core/test/exchange/internal.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-11-24 00:57:28 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-12-03 19:09:28 +0800
commitde39ec3c97217f675c6b670d24e4b9d080e4016a (patch)
tree1e6e674a49cfc7c2af5bc5a585dc1b8ef5d50e1b /contracts/core/test/exchange/internal.ts
parent665a85554852cb00608bed079ec0c87587aaed18 (diff)
downloaddexon-0x-contracts-de39ec3c97217f675c6b670d24e4b9d080e4016a.tar
dexon-0x-contracts-de39ec3c97217f675c6b670d24e4b9d080e4016a.tar.gz
dexon-0x-contracts-de39ec3c97217f675c6b670d24e4b9d080e4016a.tar.bz2
dexon-0x-contracts-de39ec3c97217f675c6b670d24e4b9d080e4016a.tar.lz
dexon-0x-contracts-de39ec3c97217f675c6b670d24e4b9d080e4016a.tar.xz
dexon-0x-contracts-de39ec3c97217f675c6b670d24e4b9d080e4016a.tar.zst
dexon-0x-contracts-de39ec3c97217f675c6b670d24e4b9d080e4016a.zip
Remove duplicates combinatorial utils from core contracts
Diffstat (limited to 'contracts/core/test/exchange/internal.ts')
-rw-r--r--contracts/core/test/exchange/internal.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/contracts/core/test/exchange/internal.ts b/contracts/core/test/exchange/internal.ts
index cff8f630c..972f5efb6 100644
--- a/contracts/core/test/exchange/internal.ts
+++ b/contracts/core/test/exchange/internal.ts
@@ -1,10 +1,13 @@
import {
+ bytes32Values,
chaiSetup,
constants,
FillResults,
getRevertReasonOrErrorMessageForSendTransactionAsync,
provider,
+ testCombinatoriallyWithReferenceFuncAsync,
txDefaults,
+ uint256Values,
web3Wrapper,
} from '@0x/contracts-test-utils';
import { BlockchainLifecycle } from '@0x/dev-utils';
@@ -15,7 +18,6 @@ import * as _ from 'lodash';
import { TestExchangeInternalsContract } from '../../generated-wrappers/test_exchange_internals';
import { artifacts } from '../../src/artifacts';
-import { bytes32Values, testCombinatoriallyWithReferenceFuncAsync, uint256Values } from '../utils/combinatorial_utils';
chaiSetup.configure();
const expect = chai.expect;