diff --git a/rpc/tracing_test.go b/rpc/tracing_test.go index 41f74102f3..5a04c901fd 100644 --- a/rpc/tracing_test.go +++ b/rpc/tracing_test.go @@ -167,7 +167,7 @@ func TestTracingHTTPErrorRecording(t *testing.T) { } spans := exporter.GetSpans() - // Only the server span and runMethod span should have error status. + // Only the runMethod span should have error status. if len(spans) == 0 { t.Fatal("no spans were emitted") }