massakam commented on a change in pull request #200:
URL: https://github.com/apache/pulsar-client-node/pull/200#discussion_r825699449



##########
File path: tests/end_to_end.test.js
##########
@@ -302,7 +302,7 @@ const Pulsar = require('../index.js');
       }
 
       await expect(consumer.receive(1000)).rejects.toThrow(
-        'Failed to received message TimeOut',
+        'Failed to consumer receive message: TimeOut',

Review comment:
       ```suggestion
           'Failed to receive message: TimeOut',
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to