Skip to content

Commit bd68f69

Browse files
lpcoxCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent e3db637 commit bd68f69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/tracing/provider_internal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ func TestParentContext_RandomSpanIDFailure(t *testing.T) {
112112

113113
parentCtx := ParentContext(ctx, cfg)
114114

115-
assert.Equal(t, ctx, parentCtx,
115+
assert.Same(t, ctx, parentCtx,
116116
"ParentContext must return the original context when random span ID generation fails")
117117
}

0 commit comments

Comments
 (0)