aboutsummaryrefslogtreecommitdiffstats
path: root/common/size_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/size_test.go')
-rw-r--r--common/size_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/size_test.go b/common/size_test.go
index f5b6c725e..0938d483c 100644
--- a/common/size_test.go
+++ b/common/size_test.go
@@ -25,8 +25,8 @@ func TestStorageSizeString(t *testing.T) {
size StorageSize
str string
}{
- {2381273, "2.38 mB"},
- {2192, "2.19 kB"},
+ {2381273, "2.27 MiB"},
+ {2192, "2.14 KiB"},
{12, "12.00 B"},
}