mirror of
https://github.com/borgbackup/borg.git
synced 2026-07-15 21:12:50 -04:00
Apply suggested fix to src/borg/testsuite/helpers/parseformat_test.py from Copilot Autofix
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
This commit is contained in:
parent
985cbc4178
commit
aba4e2dcf4
1 changed files with 1 additions and 1 deletions
|
|
@ -516,7 +516,7 @@ def test_parse_timestamp():
|
|||
(10**12, "1.00 TB"), # terabytes
|
||||
(10**15, "1.00 PB"), # petabytes
|
||||
(10**18, "1.00 EB"), # exabytes
|
||||
(10**21, "1.00 ZB"), # zottabytes
|
||||
(10**21, "1.00 ZB"), # zettabytes
|
||||
(10**24, "1.00 YB"), # yottabytes
|
||||
(-1, "-1 B"), # negative value
|
||||
(-1010, "-1.01 kB"), # negative value with rounding
|
||||
|
|
|
|||
Loading…
Reference in a new issue