Skip to content

Commit 97a1c28

Browse files
committed
Revert "Fix possible race running example test"
This reverts commit df5b0fc. Signed-off-by: Sergio Herrera <627709+seherv@users.noreply.github.com>
1 parent 8be9c5e commit 97a1c28

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/examples/test_pubsub_streaming_async.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
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...',
910
]
1011

1112
EXPECTED_HANDLER_SUBSCRIBER = [
@@ -14,6 +15,7 @@
1415
"Processing message: {'id': 3, 'message': 'hello world'} from TOPIC_B2...",
1516
"Processing message: {'id': 4, 'message': 'hello world'} from TOPIC_B2...",
1617
"Processing message: {'id': 5, 'message': 'hello world'} from TOPIC_B2...",
18+
'Closing subscription...',
1719
]
1820

1921
EXPECTED_PUBLISHER = [

0 commit comments

Comments
 (0)