mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-02-09 13:37:12 +02:00
3811e3449f
Remove nil check on return from NewTestSpanProcessor as it can never be nil, addressing #2396. Also, add nil checks for testSpanProcessor methods to prevent panics.