Fix typos
This commit is contained in:
parent
83a2abeee4
commit
35668fe225
@ -94,7 +94,7 @@ describe('ExpirationWatcher', () => {
|
||||
const orderHash = ZeroEx.getOrderHashHex(signedOrder);
|
||||
expirationWatcher.addOrder(orderHash, signedOrder.expirationUnixTimestampSec);
|
||||
const callback = reportCallbackErrors(done)((hash: string) => {
|
||||
done(new Error('Emited expiration vent before the order actually expired'));
|
||||
done(new Error('Emitted expiration went before the order actually expired'));
|
||||
});
|
||||
expirationWatcher.subscribe(callback);
|
||||
const notEnoughTime = orderLifetimeS - 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user