From d6225ab846d1abeeb9ba9e9aad84bc566ddf52f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Tue, 5 Feb 2019 12:49:59 +0200 Subject: cmd/utils, eth: relinquish GC cache to read cache in archive mode --- common/size_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/size_test.go') 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"}, } -- cgit v1.2.3