Skip to content

Commit

Permalink
clarify test events' names
Browse files Browse the repository at this point in the history
  • Loading branch information
jacadzaca committed Oct 8, 2022
1 parent 83b7334 commit 33c380e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/icalendar/tests/test_encoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ def test_calendar_from_ical_respects_unicode(field, expected_value, calendars):
('event_with_unicode_fields', 'LOCATION', 'Tribstrül'),
# Non-unicode characters in summary
# https://github.com/collective/icalendar/issues/64
('issue_64_event_with_non_unicode_summary', 'SUMMARY', 'åäö'),
('issue_64_event_with_non_ascii_summary', 'SUMMARY', 'åäö'),
# Unicode characters in summary
('issue_64_event_with_unicode_summary', 'SUMMARY', 'abcdef'),
('issue_64_event_with_ascii_summary', 'SUMMARY', 'abcdef'),
])
def test_event_from_ical_respects_unicode(test_input, field, expected_value, events):
event = events[test_input]
Expand Down

0 comments on commit 33c380e

Please sign in to comment.