Adjust files-test-file-size-human-readable test

* test/lisp/files-tests.el (files-test-file-size-human-readable):
Fix test after recent change.
This commit is contained in:
Lars Ingebrigtsen 2022-02-15 10:59:56 +01:00
parent 5c9d34cdf8
commit f84f686ec9

View file

@ -1457,7 +1457,7 @@ renaming only, rather than modified in-place."
(should (equal (file-size-human-readable-iec 0) "0 B"))
(should (equal (file-size-human-readable-iec 1) "1 B"))
(should (equal (file-size-human-readable-iec 9621) "9.4 KiB"))
(should (equal (file-size-human-readable-iec 72528034765) "67.5 GiB")))
(should (equal (file-size-human-readable-iec 72528034765) "68 GiB")))
(ert-deftest files-test-magic-mode-alist-re-baseline ()
"Test magic-mode-alist with RE, expected behavior for match."