aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/exchange/combinatorial_tests.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/contracts/test/exchange/combinatorial_tests.ts')
-rw-r--r--packages/contracts/test/exchange/combinatorial_tests.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contracts/test/exchange/combinatorial_tests.ts b/packages/contracts/test/exchange/combinatorial_tests.ts
index 754af9b08..f5f795bbe 100644
--- a/packages/contracts/test/exchange/combinatorial_tests.ts
+++ b/packages/contracts/test/exchange/combinatorial_tests.ts
@@ -5,7 +5,7 @@ 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 { FillScenario, OrderScenario, TakerAssetFillAmountScenario } from '../../src/utils/types';
+import { FillScenario } from '../../src/utils/types';
chaiSetup.configure();
const blockchainLifecycle = new BlockchainLifecycle(web3Wrapper);