Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pmm-sumo committed Oct 28, 2021
1 parent c10ada5 commit 6ddbe64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/components/processors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func TestDefaultProcessors(t *testing.T) {
},
}

assert.Equal(t, len(tests)+14 /* not tested */, len(procFactories))
assert.Equal(t, len(tests)+15 /* not tested */, len(procFactories))
for _, tt := range tests {
t.Run(string(tt.processor), func(t *testing.T) {
factory, ok := procFactories[tt.processor]
Expand Down

0 comments on commit 6ddbe64

Please sign in to comment.