aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2017-09-26 21:28:07 +0800
committerFabio Berger <me@fabioberger.com>2017-09-26 21:28:07 +0800
commit98863836381ad56f4c7c3357baeaa57b96712732 (patch)
tree887a84f1a08e12a70c278a1754a9fc437003cf49 /test/utils
parent5bea6ff581dddd03ff99da69688fe8fb9c467b82 (diff)
downloaddexon-sol-tools-98863836381ad56f4c7c3357baeaa57b96712732.tar
dexon-sol-tools-98863836381ad56f4c7c3357baeaa57b96712732.tar.gz
dexon-sol-tools-98863836381ad56f4c7c3357baeaa57b96712732.tar.bz2
dexon-sol-tools-98863836381ad56f4c7c3357baeaa57b96712732.tar.lz
dexon-sol-tools-98863836381ad56f4c7c3357baeaa57b96712732.tar.xz
dexon-sol-tools-98863836381ad56f4c7c3357baeaa57b96712732.tar.zst
dexon-sol-tools-98863836381ad56f4c7c3357baeaa57b96712732.zip
Fix linter issue
Diffstat (limited to 'test/utils')
-rw-r--r--test/utils/fill_scenarios.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/utils/fill_scenarios.ts b/test/utils/fill_scenarios.ts
index 563415a48..e305759f6 100644
--- a/test/utils/fill_scenarios.ts
+++ b/test/utils/fill_scenarios.ts
@@ -62,7 +62,9 @@ export class FillScenarios {
fillableAmount, fillableAmount,
);
const shouldThrowOnInsufficientBalanceOrAllowance = false;
- await this.zeroEx.exchange.fillOrderAsync(signedOrder, partialFillAmount, shouldThrowOnInsufficientBalanceOrAllowance, takerAddress);
+ await this.zeroEx.exchange.fillOrderAsync(
+ signedOrder, partialFillAmount, shouldThrowOnInsufficientBalanceOrAllowance, takerAddress,
+ );
return signedOrder;
}
private async createAsymmetricFillableSignedOrderWithFeesAsync(