diff --git a/opentracing_test.go b/opentracing_test.go index 5e5e098..5f53c88 100644 --- a/opentracing_test.go +++ b/opentracing_test.go @@ -29,4 +29,5 @@ func TestTraceID(t *testing.T) { if v := sp.SpanID(); v != "44" { t.Fatalf("invalid span span id %#+v", v) } + _ = ctx }