Another
All checks were successful
CI / test (push) Successful in 6m25s
Lint / test (push) Successful in 36s
Trivy / test (push) Successful in 25s

This commit is contained in:
Miguel Jacq 2025-12-06 11:17:16 +11:00
parent 9b2260f6a7
commit e5c7ccb1da
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -2311,7 +2311,7 @@ def test_parse_today_alarms_invalid_time(qtbot, app, tmp_db_cfg, fresh_db):
assert len(window._reminder_timers) == 0 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.""" """Test that past alarms are skipped."""
from PySide6.QtCore import QTime from PySide6.QtCore import QTime