diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_watch_formats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_watch_formats.py b/tests/test_watch_formats.py index 85a103b..e1b31fd 100644 --- a/tests/test_watch_formats.py +++ b/tests/test_watch_formats.py @@ -69,4 +69,4 @@ class TestFormatBytes: assert watch_formats.format_bytes(1024) == '1.00KiB' def test_mebibytes(self): - assert watch_formats.format_bytes(1048576) == '1.00MiB'
\ No newline at end of file + assert watch_formats.format_bytes(1048576) == '1.00MiB' |
