diff --git a/cli/command/formatter/disk_usage_test.go b/cli/command/formatter/disk_usage_test.go index dc206dea4c..32eda8bb3a 100644 --- a/cli/command/formatter/disk_usage_test.go +++ b/cli/command/formatter/disk_usage_test.go @@ -25,7 +25,7 @@ func TestDiskUsageContextFormatWrite(t *testing.T) { Images 0 0 0B 0B Containers 0 0 0B 0B Local Volumes 0 0 0B 0B -Build Cache 0B 0B +Build Cache 0 0 0B 0B `, }, { @@ -76,7 +76,7 @@ Build cache usage: 0B Images 0 0 0B 0B Containers 0 0 0B 0B Local Volumes 0 0 0B 0B -Build Cache 0B 0B +Build Cache 0 0 0B 0B `, }, { diff --git a/cli/command/formatter/testdata/disk-usage-context-write-custom.golden b/cli/command/formatter/testdata/disk-usage-context-write-custom.golden index eaa466b4d7..6f2d9a9b9d 100644 --- a/cli/command/formatter/testdata/disk-usage-context-write-custom.golden +++ b/cli/command/formatter/testdata/disk-usage-context-write-custom.golden @@ -2,4 +2,4 @@ TYPE ACTIVE Images 0 Containers 0 Local Volumes 0 -Build Cache +Build Cache 0 diff --git a/cli/command/formatter/testdata/disk-usage-raw-format.golden b/cli/command/formatter/testdata/disk-usage-raw-format.golden index 4539c0c62b..7b9d11eb15 100644 --- a/cli/command/formatter/testdata/disk-usage-raw-format.golden +++ b/cli/command/formatter/testdata/disk-usage-raw-format.golden @@ -17,8 +17,8 @@ size: 0B reclaimable: 0B type: Build Cache -total: -active: +total: 0 +active: 0 size: 0B reclaimable: 0B