Skip to content

Commit

Permalink
Merge branch 'v2-dev' into hannahkm/fix-telemetry-enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahkm committed Dec 19, 2024
2 parents 1257d9f + cec8baa commit 529bfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/google.golang.org/grpc/grpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ func TestStreamSendsErrorCode(t *testing.T) {
if s.Tag(ext.SpanKind) != ext.SpanKindServer {
continue
}
span = s
span = *s
}
assert.NotNilf(t, span, "at least one span should contain error code, the spans were:\n%v", spans)
}
Expand Down

0 comments on commit 529bfdd

Please sign in to comment.