We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b18a3 commit cf7fd9aCopy full SHA for cf7fd9a
test/mockupdb/test_cluster_time.py
@@ -125,7 +125,7 @@ def test_monitor(self):
125
126
for _ in range(3):
127
request = server.receives("ismaster")
128
- # No $clusterTime heartbeats or handshakes.
+ # No $clusterTime in heartbeats or handshakes.
129
self.assertNotIn("$clusterTime", request)
130
request.ok(reply)
131
client.close()
0 commit comments