aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/exchange/combinatorial_tests.ts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-06-26 02:17:00 +0800
committerFabio Berger <me@fabioberger.com>2018-06-26 02:17:00 +0800
commit1134ff107542d9014b195b6dc6ce6040752c92e3 (patch)
tree6a3b06b5a10f69817665b67fa63ce75be3790dc5 /packages/contracts/test/exchange/combinatorial_tests.ts
parent178676ef8c5a32cdb557d04a0658d0967b4b8a75 (diff)
downloaddexon-sol-tools-1134ff107542d9014b195b6dc6ce6040752c92e3.tar
dexon-sol-tools-1134ff107542d9014b195b6dc6ce6040752c92e3.tar.gz
dexon-sol-tools-1134ff107542d9014b195b6dc6ce6040752c92e3.tar.bz2
dexon-sol-tools-1134ff107542d9014b195b6dc6ce6040752c92e3.tar.lz
dexon-sol-tools-1134ff107542d9014b195b6dc6ce6040752c92e3.tar.xz
dexon-sol-tools-1134ff107542d9014b195b6dc6ce6040752c92e3.tar.zst
dexon-sol-tools-1134ff107542d9014b195b6dc6ce6040752c92e3.zip
Fix tslint issues
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);