diff options
author | Fabio Berger <me@fabioberger.com> | 2017-06-03 02:22:25 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2017-06-03 02:22:25 +0800 |
commit | bef967f405519eb922f5918852250ad4af544705 (patch) | |
tree | 0fbe5989620f53c3197995e7a1ad294a966f8f8a /test | |
parent | c90ffd92a5df129a7d276638f8451137922bb6c4 (diff) | |
download | dexon-sol-tools-bef967f405519eb922f5918852250ad4af544705.tar dexon-sol-tools-bef967f405519eb922f5918852250ad4af544705.tar.gz dexon-sol-tools-bef967f405519eb922f5918852250ad4af544705.tar.bz2 dexon-sol-tools-bef967f405519eb922f5918852250ad4af544705.tar.lz dexon-sol-tools-bef967f405519eb922f5918852250ad4af544705.tar.xz dexon-sol-tools-bef967f405519eb922f5918852250ad4af544705.tar.zst dexon-sol-tools-bef967f405519eb922f5918852250ad4af544705.zip |
remove space
Diffstat (limited to 'test')
-rw-r--r-- | test/exchange_wrapper_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/exchange_wrapper_test.ts b/test/exchange_wrapper_test.ts index a44d2728a..4f3a48b26 100644 --- a/test/exchange_wrapper_test.ts +++ b/test/exchange_wrapper_test.ts @@ -434,7 +434,7 @@ describe('ExchangeWrapper', () => { // we do need both. A hack is to make the top-level a sync fn w/ a done callback and then // wrap the rest of the test in an async block // Source: https://github.com/mochajs/mocha/issues/2407 - it ('Should receive the LogFill event when an order is filled', (done: DoneCallback) => { + it('Should receive the LogFill event when an order is filled', (done: DoneCallback) => { (async () => { const subscriptionOpts: SubscriptionOpts = { fromBlock: 0, |