clarify comment

This commit is contained in:
Fred K. Schott
2019-12-27 10:41:22 -08:00
parent e3822e6bc3
commit e4bb88a725

View File

@@ -332,7 +332,7 @@ describe('Connection', function() {
this.api.connection.on('reconnect', () => done())
// Trigger a heartbeat
this.api.connection._heartbeat().catch(error => {
/* ignore */
/* ignore - test expects heartbeat failure */
})
})