diff options
-rw-r--r-- | packages/contracts/test/exchange/combinatorial_tests.ts (renamed from packages/contracts/test/combinatorial_tests.ts) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/contracts/test/combinatorial_tests.ts b/packages/contracts/test/exchange/combinatorial_tests.ts index c7de8d7e3..2870a22ed 100644 --- a/packages/contracts/test/combinatorial_tests.ts +++ b/packages/contracts/test/exchange/combinatorial_tests.ts @@ -1,11 +1,11 @@ import { BlockchainLifecycle } from '@0xproject/dev-utils'; import * as _ from 'lodash'; -import { chaiSetup } from '../src/utils/chai_setup'; -import { CoreCombinatorialUtils, coreCombinatorialUtilsFactoryAsync } from '../src/utils/core_combinatorial_utils'; -import { provider, txDefaults, web3Wrapper } from '../src/utils/web3_wrapper'; +import { chaiSetup } from '../../src/utils/chai_setup'; +import { CoreCombinatorialUtils, coreCombinatorialUtilsFactoryAsync } from '../../src/utils/core_combinatorial_utils'; +import { provider, txDefaults, web3Wrapper } from '../../src/utils/web3_wrapper'; -import { OrderScenario } from '../src/utils/types'; +import { OrderScenario } from '../../src/utils/types'; chaiSetup.configure(); const blockchainLifecycle = new BlockchainLifecycle(web3Wrapper); |