Fix test name

This commit is contained in:
Leonid Logvinov
2017-06-02 18:16:55 +02:00
parent 16c296be14
commit a52f834deb

View File

@@ -203,7 +203,7 @@ describe('ExchangeWrapper', () => {
)).to.be.rejectedWith(ExchangeContractErrs.INSUFFICIENT_MAKER_ALLOWANCE);
});
});
it('should throw when there would be a rounding error', async () => {
it('should throw when there a rounding error would have occurred', async () => {
const makerFillableAmount = new BigNumber(3);
const takerFillableAmount = new BigNumber(5);
const signedOrder = await fillScenarios.createAsymetricFillableSignedOrderAsync(