Skip to content

Commit

Permalink
fix test after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <aboten@lightstep.com>
  • Loading branch information
Alex Boten committed Nov 3, 2023
1 parent b84985f commit 593700b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otelcol/collector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func TestComponentStatusWatcher(t *testing.T) {
// Create a collector
col, err := NewCollector(CollectorSettings{
BuildInfo: component.NewDefaultBuildInfo(),
Factories: factories,
Factories: func() (Factories, error) { return factories, nil },
ConfigProvider: validProvider,
})
require.NoError(t, err)
Expand Down

0 comments on commit 593700b

Please sign in to comment.