diff --git a/program/tests/test_services.py b/program/tests/test_services.py index abe5f3ff5348474f757c8994f14f892c50f40473..b491833a6f8075b45145197ef22a52a3d494f4b8 100644 --- a/program/tests/test_services.py +++ b/program/tests/test_services.py @@ -124,4 +124,4 @@ def test_generate_timeslots_weekends(weekends_schedule): def test_generate_timeslots_monthly(monthly_schedule): timeslots = generate_timeslots(monthly_schedule) - assert len(timeslots) == 2 + assert len(timeslots) == 1