From d912cbdfd17194de3897a2320b29d5db1ac54e80 Mon Sep 17 00:00:00 2001 From: "Brian M. Carlson" Date: Mon, 12 Aug 2024 16:40:22 -0400 Subject: [PATCH] Fix lint again...airport computer not my friend --- packages/pg/test/integration/gh-issues/3174-tests.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/pg/test/integration/gh-issues/3174-tests.js b/packages/pg/test/integration/gh-issues/3174-tests.js index fab9c0338..249f8a61c 100644 --- a/packages/pg/test/integration/gh-issues/3174-tests.js +++ b/packages/pg/test/integration/gh-issues/3174-tests.js @@ -156,7 +156,6 @@ const testErrorBuffer = (bufferName, errorBuffer) => { assert.strictEqual(pool.totalCount, 0, 'Pool should have no connected clients') } - await pool.end() await closeServer() })