Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Aug 31, 2024
1 parent 17c4058 commit 97df7c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_issue_75_range_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ def test_issue_75_RANGE_parameter(calendars, date, summary):
assert len(events) == 1, f"Expecting one event at {date}"
event = events[0]
assert event["SUMMARY"] == summary

# TODO: Test DTSTART and DTEND

0 comments on commit 97df7c5

Please sign in to comment.