From f333d9e47b0a1d8f51867cc3feaab7432e96b467 Mon Sep 17 00:00:00 2001 From: jake-shin0 Date: Wed, 24 Jul 2024 17:46:47 +0900 Subject: [PATCH] fix test --- autopprof_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/autopprof_test.go b/autopprof_test.go index 32efe0b..d2476f0 100644 --- a/autopprof_test.go +++ b/autopprof_test.go @@ -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,