diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-07-20 01:35:43 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-07-26 04:25:57 +0800 |
commit | 660aa224ca990af27867cdd1523553f50ba50b77 (patch) | |
tree | 357d487f6f4442a04457d85b55853a78bb4b4e85 /test | |
parent | c6e0acdb041abcb09e3646b7e5df9c7dd5524d6a (diff) | |
download | dexon-sol-tools-660aa224ca990af27867cdd1523553f50ba50b77.tar dexon-sol-tools-660aa224ca990af27867cdd1523553f50ba50b77.tar.gz dexon-sol-tools-660aa224ca990af27867cdd1523553f50ba50b77.tar.bz2 dexon-sol-tools-660aa224ca990af27867cdd1523553f50ba50b77.tar.lz dexon-sol-tools-660aa224ca990af27867cdd1523553f50ba50b77.tar.xz dexon-sol-tools-660aa224ca990af27867cdd1523553f50ba50b77.tar.zst dexon-sol-tools-660aa224ca990af27867cdd1523553f50ba50b77.zip |
Indent callbacks
Diffstat (limited to 'test')
-rw-r--r-- | test/order_validation_test.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/order_validation_test.ts b/test/order_validation_test.ts index 09df40ad4..773a23aa7 100644 --- a/test/order_validation_test.ts +++ b/test/order_validation_test.ts @@ -140,7 +140,7 @@ describe('OrderValidationUtils', () => { }); }); describe('should throw on insufficient balance or allowance when makerToken is ZRX', - () => { + () => { const makerFee = new BigNumber(2); const takerFee = new BigNumber(2); let signedOrder: SignedOrder; @@ -170,7 +170,7 @@ describe('OrderValidationUtils', () => { }); }); describe('should throw on insufficient balance or allowance when takerToken is ZRX', - () => { + () => { const makerFee = new BigNumber(2); const takerFee = new BigNumber(2); let signedOrder: SignedOrder; |