diff options
author | Jesús <heckyel@hyperbola.info> | 2022-03-22 00:48:28 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-03-22 00:48:28 +0800 |
commit | 7a74bc5d1e54299e51b73492e09c70da994f4b35 (patch) | |
tree | e59a64b5b386d2381906e99912153aabd5d4ab0d /test/test_utils.py | |
parent | 3c69360ec3cb4a951d7e37150c7cfae8a0491cd2 (diff) | |
parent | 84842aee2ba8dc50601c86dc6fbb12d0fa438449 (diff) | |
download | hypervideo-pre-7a74bc5d1e54299e51b73492e09c70da994f4b35.tar.lz hypervideo-pre-7a74bc5d1e54299e51b73492e09c70da994f4b35.tar.xz hypervideo-pre-7a74bc5d1e54299e51b73492e09c70da994f4b35.zip |
updated from upstream | 22/03/2022 at 00:48
Diffstat (limited to 'test/test_utils.py')
-rw-r--r-- | test/test_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_utils.py b/test/test_utils.py index 6be5bb642..a7f1b0e94 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -1780,6 +1780,7 @@ Line 1 self.assertEqual(format_bytes(1024**6), '1.00EiB') self.assertEqual(format_bytes(1024**7), '1.00ZiB') self.assertEqual(format_bytes(1024**8), '1.00YiB') + self.assertEqual(format_bytes(1024**9), '1024.00YiB') def test_hide_login_info(self): self.assertEqual(Config.hide_login_info(['-u', 'foo', '-p', 'bar']), |