Skip to content

Commit

Permalink
Fixing make lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
djluck committed Dec 7, 2024
1 parent 5e89a44 commit 966c3db
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"go.opentelemetry.io/collector/pdata/ptrace"
)

func TestSetAttrOnScopeSpans_Empty(t *testing.T) {
func TestSetAttrOnScopeSpans_Empty(_ *testing.T) {
traces := ptrace.NewTraces()
traceData := &TraceData{
ReceivedBatches: traces,
Expand Down Expand Up @@ -61,7 +61,6 @@ func TestSetAttrOnScopeSpans_Many(t *testing.T) {

func BenchmarkSetAttrOnScopeSpans(b *testing.B) {
for n := 0; n < b.N; n++ {

traces := ptrace.NewTraces()

for i := 0; i < 5; i++ {
Expand Down

0 comments on commit 966c3db

Please sign in to comment.