Skip to content

Commit

Permalink
remove unecessasry code
Browse files Browse the repository at this point in the history
Signed-off-by: chahatsagarmain <[email protected]>
  • Loading branch information
chahatsagarmain committed Jan 18, 2025
1 parent 25b68ec commit d750fbc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/collector/app/span_processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -915,10 +915,5 @@ func TestOTLPReceiverWithV2Storage(t *testing.T) {
return receivedSpan.Name() == span.Name()
}, 1*time.Second, 50*time.Millisecond)

receivedSpan := receivedTraces.Load().ResourceSpans().At(0).
ScopeSpans().At(0).
Spans().At(0)
require.Equal(t, span.Name(), receivedSpan.Name())

mockWriter.AssertExpectations(t)
}

0 comments on commit d750fbc

Please sign in to comment.