Skip to content

Commit 3a205cc

Browse files
committed
fix comment
1 parent 4a9878c commit 3a205cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/asynchronous/test_sdam_monitoring_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def marked_unknown_and_rediscovered():
336336
and len(self.listener.matching(discovered_node)) >= 1
337337
)
338338

339-
# Topology events are published asynchronously
339+
# Topology events are not published synchronously
340340
await async_wait_until(marked_unknown_and_rediscovered, "rediscover node")
341341

342342
# Expect a single ServerDescriptionChangedEvent for the network error.

test/test_sdam_monitoring_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def marked_unknown_and_rediscovered():
336336
and len(self.listener.matching(discovered_node)) >= 1
337337
)
338338

339-
# Topology events are published synchronously
339+
# Topology events are not published synchronously
340340
wait_until(marked_unknown_and_rediscovered, "rediscover node")
341341

342342
# Expect a single ServerDescriptionChangedEvent for the network error.

0 commit comments

Comments
 (0)