Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VihasMakwana committed Dec 10, 2024
1 parent 2815f4f commit a5688eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metric/cpu/metric_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func TestCounterLength(t *testing.T) {
}

func TestCounterDisabled(t *testing.T) {
monitor, err := New(systemtests.DockerTestResolver(), WithWindowsPerformanceCounter())
monitor, err := New(systemtests.DockerTestResolver())
require.NoError(t, err)
require.Nil(t, monitor.query)
}

0 comments on commit a5688eb

Please sign in to comment.