Skip to content

Commit 9d2d3c9

Browse files
close session in test
1 parent 455b987 commit 9d2d3c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/encryption.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,8 @@ test('encryption provider is set on session', async function (t) {
338338
await session.ready()
339339

340340
t.not(core.encryption, session.encryption)
341+
342+
await session.close()
341343
})
342344

343345
test('encryption backwards compatibility', async function (t) {

0 commit comments

Comments
 (0)