Skip to content

Commit e51ac1f

Browse files
authored
PYTHON-5409 Fix test_implicit_sessions_checkout again (#2384)
1 parent c2aefc2 commit e51ac1f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/asynchronous/test_session.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ async def target(op, *args):
235235
for t in tasks:
236236
await t.join()
237237
self.assertIsNone(t.exc)
238-
await client.close()
239238
lsid_set.clear()
240239
for i in listener.started_events:
241240
if i.command.get("lsid"):

test/test_session.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ def target(op, *args):
235235
for t in tasks:
236236
t.join()
237237
self.assertIsNone(t.exc)
238-
client.close()
239238
lsid_set.clear()
240239
for i in listener.started_events:
241240
if i.command.get("lsid"):

0 commit comments

Comments
 (0)