Skip to content

Commit

Permalink
test for right amount of events
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Jun 14, 2020
1 parent 6912ae2 commit 9264cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_issue_28_timezone_with_z.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

def test_expected_amount_of_events(calendars):
events = calendars.issue_28_rrule_with_UTC_endinginZ.between((2020, 5, 25),(2020, 9, 5))
assert len(events) == 15
assert len(events) == 17

0 comments on commit 9264cae

Please sign in to comment.