From ec904d62daf681c5df931bb75ba69c8a67d69493 Mon Sep 17 00:00:00 2001 From: Ingo Oppermann Date: Tue, 10 Mar 2026 17:21:45 +0100 Subject: [PATCH] Fix tests --- restream/core_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/restream/core_test.go b/restream/core_test.go index 62658247..07e141ab 100644 --- a/restream/core_test.go +++ b/restream/core_test.go @@ -579,9 +579,9 @@ func TestProcessResources(t *testing.T) { require.Equal(t, app.ProcessUsage{ CPU: app.ProcessUsageCPU{ NCPU: 2, - Current: 6, - Average: 6, - Max: 6, + Current: 12, + Average: 12, + Max: 12, Limit: 0, IsThrottling: false, },