Skip to content

Commit

Permalink
Fix unittest
Browse files Browse the repository at this point in the history
Reflect all-day event in test data.
  • Loading branch information
dlichtistw committed Sep 12, 2018
1 parent 8572faf commit c635996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_icalevents.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_event_attributes(self):

self.assertEqual(ev.summary, "graue Restmülltonne")
self.assertEqual(ev.description, "graue Restmülltonne nicht vergessen!")
self.assertFalse(ev.all_day)
self.assertTrue(ev.all_day)

def test_events_async_url(self):
url = "https://raw.githubusercontent.com/irgangla/icalevents/master/test/test_data/basic.ics"
Expand Down

0 comments on commit c635996

Please sign in to comment.