update close() usage

Signed-off-by: BilligsterUser <billigsteruser@protonmail.com>
This commit is contained in:
BilligsterUser
2023-02-17 22:54:15 +01:00
committed by fiatjaf
parent 3d93ec8446
commit 7bfd23af3c
4 changed files with 8 additions and 10 deletions

View File

@@ -19,8 +19,8 @@ let relays = [
'wss://nostr.zebedee.cloud/'
]
afterAll(async () => {
await pool.close([
afterAll(() => {
pool.close([
...relays,
'wss://nostr-relay.untethr.me',
'wss://offchain.pub',