Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 17, 2025
1 parent c01948f commit 36699f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/test_data/no_uid.ics
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ X-MICROSOFT-CDO-INSTTYPE:1
X-MICROSOFT-DONOTFORWARDMEETING:FALSE
X-MICROSOFT-DISALLOW-COUNTER:FALSE
END:VEVENT
END:VCALENDAR
END:VCALENDAR
2 changes: 1 addition & 1 deletion test/test_data/non_ascii_uid.ics
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ X-MICROSOFT-CDO-INSTTYPE:1
X-MICROSOFT-DONOTFORWARDMEETING:FALSE
X-MICROSOFT-DISALLOW-COUNTER:FALSE
END:VEVENT
END:VCALENDAR
END:VCALENDAR
2 changes: 1 addition & 1 deletion test/test_icalevents.py
Original file line number Diff line number Diff line change
Expand Up @@ -977,4 +977,4 @@ def test_non_ascii_uid(self):
[event] = icalevents.events(file=ical, start=start, end=end)

self.assertIsNot(event.uid, -1)
self.assertIsInstance(event.uid, str)
self.assertIsInstance(event.uid, str)

0 comments on commit 36699f3

Please sign in to comment.