Skip to content

Commit 63f2d56

Browse files
committed
Update README.md
1 parent e3efea6 commit 63f2d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ fn assert_display(expected: &str, b: ByteSize) {
6767
assert_to_string("301.0 KB", ByteSize::kb(301), false);
6868

6969
assert_to_string("1.0 MiB", ByteSize::mib(1), true);
70-
assert_to_string("1048.6 KB", ByteSize::mib(1), false);
70+
assert_to_string("1.0 MB", ByteSize::mib(1), false);
7171

7272
assert_to_string("399.6 MiB", ByteSize::mb(419), true);
7373
assert_to_string("419.0 MB", ByteSize::mb(419), false);

0 commit comments

Comments
 (0)