From a8aa55c705a2b78938ce58ae42cb152b6a31d68e Mon Sep 17 00:00:00 2001 From: Brian C Date: Tue, 29 Dec 2020 18:57:55 +0000 Subject: [PATCH] lint --- packages/pg/test/integration/gh-issues/2079-tests.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/pg/test/integration/gh-issues/2079-tests.js b/packages/pg/test/integration/gh-issues/2079-tests.js index d5c86c66..ad1c82aa 100644 --- a/packages/pg/test/integration/gh-issues/2079-tests.js +++ b/packages/pg/test/integration/gh-issues/2079-tests.js @@ -41,7 +41,6 @@ suite.test('SSL connection error allows event loop to exit', (done) => { }) }) - suite.test('Non "S" response code allows event loop to exit', (done) => { const port = makeTerminatingBackend('X') const client = new helper.pg.Client({ ssl: 'require', host: 'localhost', port })