Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-shin0 committed Jul 24, 2024
1 parent 1d04a95 commit f333d9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autopprof_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,7 @@ func TestAutoPprof_watchMemUsage_reportBoth(t *testing.T) {
cpuThreshold: 0.5, // 50%.
memThreshold: tc.fields.memThreshold,
cgroupQueryer: mockCgroupsQueryer,
runtimeQueryer: mockRuntimeQueryer,
profiler: mockProfiler,
reporter: mockReporter,
reportAll: tc.fields.reportAll,
Expand Down

0 comments on commit f333d9e

Please sign in to comment.