From f2efd277fade28092d74b35899affc4aadd6edb6 Mon Sep 17 00:00:00 2001 From: Jonny Rhea <5555162+jrhea@users.noreply.github.com> Date: Thu, 12 Feb 2026 21:21:44 -0600 Subject: [PATCH] Apply suggestion from @jrhea --- rpc/tracing_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }