aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-07-02 17:18:48 +0800
committerFabio Berger <me@fabioberger.com>2018-07-02 17:18:48 +0800
commit7b806fe84d453bb2f4c6d58d390b5c291077b267 (patch)
tree242723ead2c2994c88c70b18990121ce4caa77d5 /packages/contracts
parente54e2ac67bf1d14e3b585c81cde6259f301b66d6 (diff)
downloaddexon-sol-tools-7b806fe84d453bb2f4c6d58d390b5c291077b267.tar
dexon-sol-tools-7b806fe84d453bb2f4c6d58d390b5c291077b267.tar.gz
dexon-sol-tools-7b806fe84d453bb2f4c6d58d390b5c291077b267.tar.bz2
dexon-sol-tools-7b806fe84d453bb2f4c6d58d390b5c291077b267.tar.lz
dexon-sol-tools-7b806fe84d453bb2f4c6d58d390b5c291077b267.tar.xz
dexon-sol-tools-7b806fe84d453bb2f4c6d58d390b5c291077b267.tar.zst
dexon-sol-tools-7b806fe84d453bb2f4c6d58d390b5c291077b267.zip
Remove unused variable
Diffstat (limited to 'packages/contracts')
-rw-r--r--packages/contracts/test/exchange/fill_order.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/contracts/test/exchange/fill_order.ts b/packages/contracts/test/exchange/fill_order.ts
index 21d86622b..029bd66e2 100644
--- a/packages/contracts/test/exchange/fill_order.ts
+++ b/packages/contracts/test/exchange/fill_order.ts
@@ -65,7 +65,6 @@ describe('FillOrder Tests', () => {
describe('fillOrder', () => {
const test = (fillScenarios: FillScenario[]) => {
_.forEach(fillScenarios, fillScenario => {
- const orderScenario = fillScenario.orderScenario;
const description = `Combinatorial OrderFill: ${JSON.stringify(fillScenario)}`;
it(description, async () => {
await coreCombinatorialUtils.testFillOrderScenarioAsync(provider, fillScenario);