PYTHON-5409 Fix test_implicit_sessions_checkout again (#2384)

This commit is contained in:
Shane Harvey 2025-06-13 09:33:32 -07:00 committed by GitHub
parent c2aefc2eda
commit e51ac1fd1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -235,7 +235,6 @@ class TestSession(AsyncIntegrationTest):
for t in tasks:
await t.join()
self.assertIsNone(t.exc)
await client.close()
lsid_set.clear()
for i in listener.started_events:
if i.command.get("lsid"):

View File

@ -235,7 +235,6 @@ class TestSession(IntegrationTest):
for t in tasks:
t.join()
self.assertIsNone(t.exc)
client.close()
lsid_set.clear()
for i in listener.started_events:
if i.command.get("lsid"):