This commit is contained in:
Jacob Evans
2019-03-19 16:46:54 +01:00
parent 9164d58dc7
commit b16446877e

View File

@@ -294,7 +294,7 @@ describe('ExchangeWrapper', () => {
contractWrappers.exchange.validateOrderFillableOrThrowAsync(signedOrderWithInvalidSignature),
).to.eventually.to.be.rejectedWith(RevertReason.InvalidOrderSignature);
});
it.only('should validate the order', async () => {
it('should validate the order', async () => {
await contractWrappers.exchange.validateOrderFillableOrThrowAsync(signedOrder);
});
});