diff options
author | amaurer <git@maurer.me> | 2018-10-06 23:04:48 +0800 |
---|---|---|
committer | amaurer <git@maurer.me> | 2018-10-06 23:04:48 +0800 |
commit | 9171f9ec600b04134e0f86741e60a973618839b5 (patch) | |
tree | ffcfba260a7f80c458de3118328d91197c5e97c4 /packages/order-watcher/test | |
parent | d0fed1ae464301cb26df16053991e667598b640e (diff) | |
download | dexon-0x-contracts-9171f9ec600b04134e0f86741e60a973618839b5.tar.gz dexon-0x-contracts-9171f9ec600b04134e0f86741e60a973618839b5.tar.zst dexon-0x-contracts-9171f9ec600b04134e0f86741e60a973618839b5.zip |
Fix lint issues
Diffstat (limited to 'packages/order-watcher/test')
-rw-r--r-- | packages/order-watcher/test/order_watcher_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/order-watcher/test/order_watcher_test.ts b/packages/order-watcher/test/order_watcher_test.ts index f504dda8e..f1dbe9b2f 100644 --- a/packages/order-watcher/test/order_watcher_test.ts +++ b/packages/order-watcher/test/order_watcher_test.ts @@ -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, |