Skip to content

Commit

Permalink
Added LISTEN/NOTIFY feature
Browse files Browse the repository at this point in the history
  • Loading branch information
erayhanoglu committed Oct 4, 2022
1 parent 9a65561 commit 73cb33b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/B-connection/07-notification.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ describe("notification", function () {

afterAll(async () => {
await connection.close(0);
await pool.close(0);
});

describe("notification with Connection class", function () {
Expand Down

0 comments on commit 73cb33b

Please sign in to comment.