PYTHON-5409 Fix test_implicit_sessions_checkout again (#2384)
This commit is contained in:
parent
c2aefc2eda
commit
e51ac1fd1c
@ -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"):
|
||||
|
||||
@ -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"):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user