Skip to content

Commit

Permalink
Update processor/filterprocessor/filter_processor_traces_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Juraci Paixão Kröhling <juraci.github@kroehling.de>
  • Loading branch information
boostchicken and jpkrohling committed Jan 18, 2022
1 parent d1caddd commit e8ea488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/filterprocessor/filter_processor_traces_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func TestFilterTraceProcessor(t *testing.T) {
assert.Nil(t, cErr)
got := next.AllTraces()

// If all traces got filtered you shouldnt even have ResourceSpans
// If all traces got filtered you shouldn't even have ResourceSpans
if test.allTracesFiltered {
require.Equal(t, 0, len(got))
} else {
Expand Down

0 comments on commit e8ea488

Please sign in to comment.