Skip to content

Commit

Permalink
missing close in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Feb 25, 2025
1 parent 7428913 commit b54cff9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ test('finding peers (compat)', async function (t) {

await core.update()
t.ok(waited, 'waited')

await store.close()
})

async function create (t) {
Expand Down

0 comments on commit b54cff9

Please sign in to comment.