Fix lint issues

This commit is contained in:
amaurer
2018-10-06 11:04:48 -04:00
parent d0fed1ae46
commit 9171f9ec60
2 changed files with 1 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ describe('OrderWatcher', () => {
});
});
describe('#getWatchCount', async () => {
it('should increment and decrement order counts', async() => {
it('should increment and decrement order counts', async () => {
signedOrder = await fillScenarios.createFillableSignedOrderAsync(
makerAssetData,
takerAssetData,