From 393476be85592e7e0975eac90ddfb9c253c4615f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Tue, 12 May 2026 10:48:30 +0200 Subject: [PATCH] Fix test_duration_format --- tests/test_session_formatting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_session_formatting.py b/tests/test_session_formatting.py index df4de41..4faacfc 100644 --- a/tests/test_session_formatting.py +++ b/tests/test_session_formatting.py @@ -33,5 +33,5 @@ class FormatDurationTest(TestCase): s.save() self.assertEqual( s.duration_formatted(), - "02:40", + "2.7", )