diff options
Diffstat (limited to 'internal/display/tooltip_test.go')
| -rw-r--r-- | internal/display/tooltip_test.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/display/tooltip_test.go b/internal/display/tooltip_test.go index e4f6afc..0d4dc57 100644 --- a/internal/display/tooltip_test.go +++ b/internal/display/tooltip_test.go @@ -261,10 +261,10 @@ func TestTooltipLines_Mem(t *testing.T) { "myhost": { CPU: map[string]collector.CPULine{"cpu": {}}, Mem: map[string]int64{ - "MemTotal": 8*1024*1024, // 8 GB in KB - "MemFree": 2*1024*1024, - "SwapTotal": 4*1024*1024, - "SwapFree": 3*1024*1024, + "MemTotal": 8 * 1024 * 1024, // 8 GB in KB + "MemFree": 2 * 1024 * 1024, + "SwapTotal": 4 * 1024 * 1024, + "SwapFree": 3 * 1024 * 1024, }, }, } |
