diff --git a/tests/test_xbom_calendar.py b/tests/test_xbom_calendar.py index a895b781..70470050 100644 --- a/tests/test_xbom_calendar.py +++ b/tests/test_xbom_calendar.py @@ -16,7 +16,7 @@ def start_bound(self): @pytest.fixture def end_bound(self): - yield T("2023-12-31") + yield T("2024-12-31") @pytest.fixture def max_session_hours(self):