From f8d5b72367bcd5e934e9c535b6cbd18b6de1fb81 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Tue, 26 Sep 2017 15:57:36 +0200 Subject: fix test --- test/order_validation_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/order_validation_test.ts b/test/order_validation_test.ts index 022a39dd1..c88ae81ac 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(5000); + const takerFillableAmount = fillableAmount.minus(2); const signedOrder = await fillScenarios.createAsymmetricFillableSignedOrderAsync( makerTokenAddress, takerTokenAddress, makerAddress, takerAddress, makerFillableAmount, takerFillableAmount, -- cgit v1.2.3