Skip to content

Commit 87f1826

Browse files
committed
Update test_streaming_pull_manager.py
1 parent a265032 commit 87f1826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/pubsub_v1/subscriber/test_streaming_pull_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2959,7 +2959,7 @@ def test_opentelemetry_subscriber_concurrency_control_span_end(span_exporter):
29592959
assert len(spans) == 2
29602960

29612961
concurrency_control_span = spans[0]
2962-
concurrency_control_span.name == "subscriber concurrency control"
2962+
assert concurrency_control_span.name == "subscriber concurrency control"
29632963

29642964

29652965
def test_opentelemetry_wrap_callback_error(span_exporter):

0 commit comments

Comments
 (0)