diff --git a/test/connection-test.ts b/test/connection-test.ts index 01c5b772..a593ced8 100644 --- a/test/connection-test.ts +++ b/test/connection-test.ts @@ -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 */ }) })