mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-09 08:38:50 +00:00
update close() usage
Signed-off-by: BilligsterUser <billigsteruser@protonmail.com>
This commit is contained in:
@@ -15,8 +15,8 @@ beforeAll(() => {
|
||||
relay.connect()
|
||||
})
|
||||
|
||||
afterAll(async () => {
|
||||
await relay.close()
|
||||
afterAll(() => {
|
||||
relay.close()
|
||||
})
|
||||
|
||||
test('connectivity', () => {
|
||||
|
||||
Reference in New Issue
Block a user