From e4bb88a7259f9154da5db540e5033038967d2e10 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Fri, 27 Dec 2019 10:41:22 -0800 Subject: [PATCH] clarify comment --- test/connection-test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ }) })