Skip to content

Commit

Permalink
make sure test terminates
Browse files Browse the repository at this point in the history
  • Loading branch information
chm-diederichs committed Sep 13, 2024
1 parent 5543a1c commit c4a55f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/replicate.js
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,8 @@ test('replication session after stream opened', async function (t) {
})

test('replication session keeps the core open', async function (t) {
t.plan(1)

const a = await create(t)
const b = await create(t, a.key)

Expand Down

0 comments on commit c4a55f4

Please sign in to comment.