Skip to content
Snippets Groups Projects
Verified Commit c226f60f authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

test: generate monthly schedule should return only one

parent 028884aa
No related branches found
No related tags found
No related merge requests found
Pipeline #8926 passed
Pipeline: aura-tests

#8927

    ......@@ -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
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment