Skip to content

Commit

Permalink
Reproduce Issue 151 using v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sanieldalib committed Aug 9, 2024
1 parent 0c9633b commit 87aa4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_issue_151_macos_linux_difference.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def test_count_events_from_issue(calendars):
events = calendars.issue_151_macos_linux_difference.between(start_time, end_time)
for event in events:
print(event["UID"], event["DTSTART"], event["SUMMARY"])
assert len(events) == 4
assert len(events) == 1

0 comments on commit 87aa4e3

Please sign in to comment.