This commit is contained in:
Fabio Berger
2017-09-26 15:57:36 +02:00
parent ad6e848821
commit f8d5b72367

View File

@@ -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,