Fix tests

This commit is contained in:
Ingo Oppermann 2026-03-10 17:21:45 +01:00
parent f7b3c7bfa9
commit ec904d62da
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -579,9 +579,9 @@ func TestProcessResources(t *testing.T) {
require.Equal(t, app.ProcessUsage{ require.Equal(t, app.ProcessUsage{
CPU: app.ProcessUsageCPU{ CPU: app.ProcessUsageCPU{
NCPU: 2, NCPU: 2,
Current: 6, Current: 12,
Average: 6, Average: 12,
Max: 6, Max: 12,
Limit: 0, Limit: 0,
IsThrottling: false, IsThrottling: false,
}, },