Address feedback
This commit is contained in:
		@@ -633,7 +633,7 @@ describe('ExchangeWrapper', () => {
 | 
				
			|||||||
                    toBlock: 'latest',
 | 
					                    toBlock: 'latest',
 | 
				
			||||||
                };
 | 
					                };
 | 
				
			||||||
                const zeroExEvent = await zeroEx.exchange.subscribeAsync(ExchangeEvents.LogFill, subscriptionOpts,
 | 
					                const zeroExEvent = await zeroEx.exchange.subscribeAsync(ExchangeEvents.LogFill, subscriptionOpts,
 | 
				
			||||||
                                                                   indexFilterValues);
 | 
					                                                                         indexFilterValues);
 | 
				
			||||||
                zeroExEvent.watch((err: Error, event: ContractEvent) => {
 | 
					                zeroExEvent.watch((err: Error, event: ContractEvent) => {
 | 
				
			||||||
                    expect(err).to.be.null();
 | 
					                    expect(err).to.be.null();
 | 
				
			||||||
                    expect(event).to.not.be.undefined();
 | 
					                    expect(event).to.not.be.undefined();
 | 
				
			||||||
@@ -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 () => {
 | 
					            (async () => {
 | 
				
			||||||
                const subscriptionOpts: SubscriptionOpts = {
 | 
					                const subscriptionOpts: SubscriptionOpts = {
 | 
				
			||||||
                    fromBlock: 0,
 | 
					                    fromBlock: 0,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user