aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2017-09-26 21:58:08 +0800
committerFabio Berger <me@fabioberger.com>2017-09-26 21:58:08 +0800
commit5f7afce49d0c2367fc2a7b2f45334d64469ef32f (patch)
treed25a045b3b5d7cba28c8f8c919124f178587bf78 /test
parentf8d5b72367bcd5e934e9c535b6cbd18b6de1fb81 (diff)
downloaddexon-sol-tools-5f7afce49d0c2367fc2a7b2f45334d64469ef32f.tar
dexon-sol-tools-5f7afce49d0c2367fc2a7b2f45334d64469ef32f.tar.gz
dexon-sol-tools-5f7afce49d0c2367fc2a7b2f45334d64469ef32f.tar.bz2
dexon-sol-tools-5f7afce49d0c2367fc2a7b2f45334d64469ef32f.tar.lz
dexon-sol-tools-5f7afce49d0c2367fc2a7b2f45334d64469ef32f.tar.xz
dexon-sol-tools-5f7afce49d0c2367fc2a7b2f45334d64469ef32f.tar.zst
dexon-sol-tools-5f7afce49d0c2367fc2a7b2f45334d64469ef32f.zip
fix test
Diffstat (limited to 'test')
-rw-r--r--test/order_validation_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/order_validation_test.ts b/test/order_validation_test.ts
index c88ae81ac..f625433eb 100644
--- a/test/order_validation_test.ts
+++ b/test/order_validation_test.ts
@@ -65,7 +65,7 @@ describe('OrderValidation', () => {
});
it('should succeed if the order is asymmetric and fillable', async () => {
const makerFillableAmount = fillableAmount;
- const takerFillableAmount = fillableAmount.minus(2);
+ const takerFillableAmount = fillableAmount.minus(4);
const signedOrder = await fillScenarios.createAsymmetricFillableSignedOrderAsync(
makerTokenAddress, takerTokenAddress, makerAddress, takerAddress,
makerFillableAmount, takerFillableAmount,