Skip to content

Commit df5b0fc

Browse files
committed
Fix possible race running example test
Signed-off-by: Sergio Herrera <627709+seherv@users.noreply.github.com>
1 parent c67aea2 commit df5b0fc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/examples/test_pubsub_streaming_async.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"Processing message: {'id': 3, 'message': 'hello world'} from TOPIC_B1...",
77
"Processing message: {'id': 4, 'message': 'hello world'} from TOPIC_B1...",
88
"Processing message: {'id': 5, 'message': 'hello world'} from TOPIC_B1...",
9-
'Closing subscription...',
109
]
1110

1211
EXPECTED_HANDLER_SUBSCRIBER = [
@@ -15,7 +14,6 @@
1514
"Processing message: {'id': 3, 'message': 'hello world'} from TOPIC_B2...",
1615
"Processing message: {'id': 4, 'message': 'hello world'} from TOPIC_B2...",
1716
"Processing message: {'id': 5, 'message': 'hello world'} from TOPIC_B2...",
18-
'Closing subscription...',
1917
]
2018

2119
EXPECTED_PUBLISHER = [

0 commit comments

Comments
 (0)