Skip to content

Commit d34b5a0

Browse files
authored
Update test_session.py
1 parent af33c5d commit d34b5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def test_implicit_sessions_checkout(self):
196196
lsid_set = set()
197197
listener = OvertCommandListener()
198198
client = self.rs_or_single_client(event_listeners=[listener], maxPoolSize=1)
199-
# Retry up to 10 times because there is a known race condition that can cause
199+
# Retry up to 10 times because there is a known race condition that can cause
200200
# multiple sessions to be used: connection check in happens before session check in
201201
for _ in range(10):
202202
cursor = client.db.test.find({})

0 commit comments

Comments
 (0)