Skip to content

Commit cc875fc

Browse files
committed
PYTHON-4579 fix typo
1 parent f44b31d commit cc875fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/asynchronous/test_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@ async def aggregate():
12171217
f"{f.__name__} sent wrong $clusterTime with {event.command_name}",
12181218
)
12191219

1220-
# Sessions prose test: 20) $clusterTime in commands
1220+
# Sessions prose test: 20) Drivers do not gossip `$clusterTime` on SDAM commands
12211221
async def test_cluster_time_not_used_by_sdam(self):
12221222
heartbeat_listener = HeartbeatEventListener()
12231223
cmd_listener = OvertCommandListener()

test/test_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ def aggregate():
12031203
f"{f.__name__} sent wrong $clusterTime with {event.command_name}",
12041204
)
12051205

1206-
# Sessions prose test: 20) $clusterTime in commands
1206+
# Sessions prose test: 20) Drivers do not gossip `$clusterTime` on SDAM commands
12071207
def test_cluster_time_not_used_by_sdam(self):
12081208
heartbeat_listener = HeartbeatEventListener()
12091209
cmd_listener = OvertCommandListener()

0 commit comments

Comments
 (0)