From 7bcedc27b8ed4d710ffc8c4f589211106475d899 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 5 Oct 2017 15:43:46 +0300 Subject: Update CHANGELOG --- test/token_wrapper_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/token_wrapper_test.ts') diff --git a/test/token_wrapper_test.ts b/test/token_wrapper_test.ts index 6ada6588c..eac540d03 100644 --- a/test/token_wrapper_test.ts +++ b/test/token_wrapper_test.ts @@ -351,7 +351,7 @@ describe('TokenWrapper', () => { zeroEx.token.unsubscribeAll(); }); // Hack: Mocha does not allow a test to be both async and have a `done` callback - // Since we need to await the receipt of the event in the `subscribeAsync` callback, + // Since we need to await the receipt of the event in the `subscribe` callback, // 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 -- cgit v1.2.3