Skip to content

Commit

Permalink
Fixing method
Browse files Browse the repository at this point in the history
  • Loading branch information
MovieStoreGuy committed Feb 18, 2022
1 parent 24387eb commit 45cbac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/collector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func TestCollector_Start(t *testing.T) {
// TestCollector_ShutdownNoop verifies that shutdown can be called even if a collector
// has yet to be started and it will execute without error.
func TestCollector_ShutdownNoop(t *testing.T) {
factories, err := testcomponents.DefaultFactories()
factories, err := testcomponents.NewDefaultFactories()
require.NoError(t, err)

set := CollectorSettings{
Expand Down

0 comments on commit 45cbac9

Please sign in to comment.