Skip to content

Commit

Permalink
unlisten test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor committed Feb 11, 2025
1 parent a312a1f commit f32910b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pglite/tests/notify.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe('notify API', () => {
{
await pg.listen('"CaSESEnsiTIvE"', caseSensitive1)
await pg.query(`NOTIFY "CaSESEnsiTIvE", 'payload1'`)
await pg.unlisten('CaSESEnsiTIvE')
await pg.unlisten('"CaSESEnsiTIvE"')
await pg.query(`NOTIFY "CaSESEnsiTIvE", 'payload1'`)
}

Expand Down

0 comments on commit f32910b

Please sign in to comment.