Skip to content

Commit 9b2a6fc

Browse files
committed
Fix comment
1 parent d2d7f17 commit 9b2a6fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/asynchronous/test_streaming_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def marked_unknown():
7979
def rediscovered():
8080
return len(listener.matching(_discovered_node)) >= 1
8181

82-
# Topology events are published asynchronously
82+
# Topology events are not published synchronously
8383
await async_wait_until(marked_unknown, "mark node unknown")
8484
await async_wait_until(rediscovered, "rediscover node")
8585

test/test_streaming_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def marked_unknown():
7979
def rediscovered():
8080
return len(listener.matching(_discovered_node)) >= 1
8181

82-
# Topology events are published synchronously
82+
# Topology events are not published synchronously
8383
wait_until(marked_unknown, "mark node unknown")
8484
wait_until(rediscovered, "rediscover node")
8585

0 commit comments

Comments
 (0)