From e5c7ccb1dac1464cc0f18037b629f105e6a9c114 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Sat, 6 Dec 2025 11:17:16 +1100 Subject: [PATCH] Another --- tests/test_main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_main_window.py b/tests/test_main_window.py index 5274247..2cf787d 100644 --- a/tests/test_main_window.py +++ b/tests/test_main_window.py @@ -2311,7 +2311,7 @@ def test_parse_today_alarms_invalid_time(qtbot, app, tmp_db_cfg, fresh_db): assert len(window._reminder_timers) == 0 -def test_parse_today_alarms_past_time(qtbot, app, tmp_db_cfg, fresh_db): +def test_parse_today_alarms_past_time(qtbot, app, tmp_db_cfg, fresh_db, freeze_qt_time): """Test that past alarms are skipped.""" from PySide6.QtCore import QTime