aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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 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,