Fix test_duration_format

This commit is contained in:
2026-05-12 10:48:30 +02:00
parent e32af2f576
commit 393476be85
+1 -1
View File
@@ -33,5 +33,5 @@ class FormatDurationTest(TestCase):
s.save()
self.assertEqual(
s.duration_formatted(),
"02:40",
"2.7",
)