Merge branch 'master' into master
Some checks failed
dependabot-automerge / automerge (pull_request) Has been skipped
autoapprove / autoapprove (pull_request) Failing after 2m36s
automerge / automerge (pull_request) Failing after 10m31s
lint / lint (pull_request) Successful in 11m53s
test / test (pull_request) Successful in 24m34s

This commit is contained in:
Василий Толстов 2024-12-14 17:39:59 +03:00
commit 50dd9bbd63

View File

@ -29,4 +29,5 @@ func TestTraceID(t *testing.T) {
if v := sp.SpanID(); v != "44" { if v := sp.SpanID(); v != "44" {
t.Fatalf("invalid span span id %#+v", v) t.Fatalf("invalid span span id %#+v", v)
} }
_ = ctx
} }