Skip to content

Commit a8aa55c

Browse files
authored
lint
1 parent ce93ec8 commit a8aa55c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/pg/test/integration/gh-issues/2079-tests.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ suite.test('SSL connection error allows event loop to exit', (done) => {
4141
})
4242
})
4343

44-
4544
suite.test('Non "S" response code allows event loop to exit', (done) => {
4645
const port = makeTerminatingBackend('X')
4746
const client = new helper.pg.Client({ ssl: 'require', host: 'localhost', port })

0 commit comments

Comments
 (0)