Skip to content

Commit

Permalink
Run pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
q-cheng committed Mar 8, 2024
1 parent dc24e10 commit 47680dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/trace/trace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1993,7 +1993,8 @@ func TestAddSpanWithInvalidSpanContext(t *testing.T) {
attrs := []attribute.KeyValue{{Key: "k", Value: attribute.StringValue("v")}}
span.AddLink(trace.Link{
SpanContext: inValidContext,
Attributes: attrs})
Attributes: attrs,
})

want := &snapshot{
name: "span0",
Expand Down

0 comments on commit 47680dc

Please sign in to comment.