Skip to content

Commit

Permalink
Fix unit test (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
movence authored Mar 2, 2024
1 parent bb15a17 commit 2ad5e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/defaultcomponents/components_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func TestComponents(t *testing.T) {
assert.NotNil(t, processors["ec2tagger"])
assert.NotNil(t, processors["metricstransform"])
assert.NotNil(t, processors["transform"])
assert.NotNil(t, processors["gpu"])
assert.NotNil(t, processors["gpuattributes"])

exporters := factories.Exporters
assert.Len(t, exporters, exportersCount)
Expand Down

0 comments on commit 2ad5e3a

Please sign in to comment.