From 73cb33b41d0bc3515e71b5e0ff7ace68b9f4720b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20Hano=C4=9Flu?= Date: Tue, 4 Oct 2022 12:30:50 +0300 Subject: [PATCH] Added LISTEN/NOTIFY feature --- test/B-connection/07-notification.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/B-connection/07-notification.spec.ts b/test/B-connection/07-notification.spec.ts index 8d1a201..23415dd 100644 --- a/test/B-connection/07-notification.spec.ts +++ b/test/B-connection/07-notification.spec.ts @@ -12,6 +12,7 @@ describe("notification", function () { afterAll(async () => { await connection.close(0); + await pool.close(0); }); describe("notification with Connection class", function () {