Skip to content

Commit

Permalink
Update plugins/common/parallel/parallel_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
srebhan authored Nov 12, 2024
1 parent 3521256 commit 277c773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/common/parallel/parallel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func TestUnorderedJobsDontDropAnyJobs(t *testing.T) {
p.Stop()

actualTotal := int64(0)
require.Len(t, acc.Metrics, 20000, "expected 20k metrics but got %d", len(acc.GetTelegrafMetrics()))
require.Len(t, acc.Metrics, 20000)
for _, m := range acc.GetTelegrafMetrics() {
v, ok := m.GetField("val")
require.True(t, ok)
Expand Down

0 comments on commit 277c773

Please sign in to comment.