Skip to content

Commit cf7fd9a

Browse files
committed
PYTHON-5164 Fix grammar
1 parent 18b18a3 commit cf7fd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mockupdb/test_cluster_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def test_monitor(self):
125125

126126
for _ in range(3):
127127
request = server.receives("ismaster")
128-
# No $clusterTime heartbeats or handshakes.
128+
# No $clusterTime in heartbeats or handshakes.
129129
self.assertNotIn("$clusterTime", request)
130130
request.ok(reply)
131131
client.close()

0 commit comments

Comments
 (0)