Skip to content

Commit

Permalink
Update sdk/trace/trace_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyuancheung authored Aug 25, 2022
1 parent e9d0b88 commit 80c84b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/trace/trace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ func TestStartSpanWithNilContext(t *testing.T) {
}
}()

_, _ := sampledTr.Start(nil, "should-not-panic")
_, _ = sampledTr.Start(nil, "should-not-panic")
}

func TestStartSpanNewRootNotSampled(t *testing.T) {
Expand Down

0 comments on commit 80c84b0

Please sign in to comment.