Skip to content

Commit 021c7ed

Browse files
committed
refactor(tests): update standalone activity tracing test name to be consistent.
1 parent 8169762 commit 021c7ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/opentelemetry/tracing_interceptor_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func TestSpanPropagation(t *testing.T) {
3535
interceptortest.AssertSpanPropagation(t, testTracer)
3636
}
3737

38-
func TestClientActivitySpanPropagation(t *testing.T) {
38+
func TestClientStandaloneActivitySpanPropagation(t *testing.T) {
3939
rec := tracetest.NewSpanRecorder()
4040
tracer, err := opentelemetry.NewTracer(opentelemetry.TracerOptions{
4141
Tracer: sdktrace.NewTracerProvider(sdktrace.WithSpanProcessor(rec)).Tracer(""),

0 commit comments

Comments
 (0)