mirror of
https://github.com/rclone/rclone.git
synced 2025-08-09 13:55:15 +02:00
Make SizeSuffix output without b
suffix for more useful printouts
This commit is contained in:
@ -12,7 +12,7 @@ func TestSizeSuffixString(t *testing.T) {
|
||||
want string
|
||||
}{
|
||||
{0, "0"},
|
||||
{102, "102b"},
|
||||
{102, "102"},
|
||||
{1024, "1k"},
|
||||
{1024 * 1024, "1M"},
|
||||
{1024 * 1024 * 1024, "1G"},
|
||||
|
Reference in New Issue
Block a user