From aba4e2dcf4fb1134ad07a44b89e79b8179c54a75 Mon Sep 17 00:00:00 2001 From: TW Date: Sat, 4 Jul 2026 12:39:43 +0200 Subject: [PATCH] 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> --- src/borg/testsuite/helpers/parseformat_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/borg/testsuite/helpers/parseformat_test.py b/src/borg/testsuite/helpers/parseformat_test.py index 6c79e99fd..fd82e65f8 100644 --- a/src/borg/testsuite/helpers/parseformat_test.py +++ b/src/borg/testsuite/helpers/parseformat_test.py @@ -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