fix test
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user