Address feedback

This commit is contained in:
Leonid Logvinov
2017-06-13 18:08:18 +02:00
parent 5ebc3a4660
commit ac8116bbe4

View File

@@ -693,7 +693,7 @@ describe('ExchangeWrapper', () => {
);
})();
});
it('Should be able to stop watching', (done: DoneCallback) => {
it('Should stop watch for events when stopWatchingAsync called on the eventEmitter', (done: DoneCallback) => {
(async () => {
const subscriptionOpts: SubscriptionOpts = {
fromBlock: 0,