Skip to content

Commit 09cfa27

Browse files
committed
Use ordered matcher instead of unordered matcher
1 parent 5c6eec2 commit 09cfa27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/storage/internal/async/object_descriptor_connection_tracing_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ TEST(ObjectDescriptorConnectionTracing, ReadThenRead) {
131131
SpanNamed("test-span"),
132132
SpanWithStatus(opentelemetry::trace::StatusCode::kOk),
133133
SpanHasInstrumentationScope(), SpanKindIsClient(),
134-
SpanHasEvents(
134+
SpanEventsAre(
135135
AllOf(EventNamed("gl-cpp.open.read"),
136136
SpanEventAttributesAre(
137137
OTelAttribute<std::int64_t>("read-length", 0),

0 commit comments

Comments
 (0)