Skip to content

Commit

Permalink
store explicitly closed
Browse files Browse the repository at this point in the history
  • Loading branch information
chm-diederichs committed Oct 23, 2024
1 parent e0c8c43 commit 8eb93c2
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 @@ -481,6 +481,8 @@ test('basic - restarting sets bootstrap correctly', async t => {

await base.close()
}

await store.close()
})

test('batch append', async t => {
Expand Down

0 comments on commit 8eb93c2

Please sign in to comment.