Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth committed Aug 12, 2024
1 parent 0651174 commit c12fd05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ func TestServiceGetExporters(t *testing.T) {
assert.NoError(t, srv.Shutdown(context.Background()))
})

// nolint
expMap := srv.host.GetExporters()
assert.Len(t, expMap, 3)
assert.Len(t, expMap[component.DataTypeTraces], 1)
Expand Down

0 comments on commit c12fd05

Please sign in to comment.