Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacd committed Sep 4, 2024
1 parent c2f2122 commit 18b1c07
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions collector/processor/concurrentbatchprocessor/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,3 @@ func TestValidateConfig_InvalidTimeout(t *testing.T) {
}
assert.Error(t, cfg.Validate())
}

func TestValidateConfig_InvalidZero(t *testing.T) {
cfg := &Config{}
assert.Error(t, cfg.Validate())
}

0 comments on commit 18b1c07

Please sign in to comment.