Skip to content

Commit

Permalink
user-data test should close core
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Aug 21, 2023
1 parent b9a2a42 commit 97c0127
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/user-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ test('userdata - persists across restarts', async function (t) {

t.alike(await core.getUserData('hello'), Buffer.from('world'))
t.alike(await core.getUserData('other'), Buffer.from('another'))

await core.close()
})

0 comments on commit 97c0127

Please sign in to comment.