Skip to content

Commit 1081a15

Browse files
author
Hugo Osvaldo Barrera
committed
Work around quirk in Fastmail
They seem to sort the parameters in an RRULE in a specific order, so just use that by default to avoid any mismatch.
1 parent cf1d082 commit 1081a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/storage/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ async def test_recurring_events(self, s, item_type):
393393
BEGIN:VEVENT
394394
DTSTART;TZID=UTC:20140128T083000Z
395395
DTEND;TZID=UTC:20140128T100000Z
396-
RRULE:FREQ=WEEKLY;UNTIL=20141208T213000Z;BYDAY=TU
396+
RRULE:FREQ=WEEKLY;BYDAY=TU;UNTIL=20141208T213000Z
397397
DTSTAMP:20140327T060506Z
398398
UID:{uid}
399399
CREATED:20131216T033331Z

0 commit comments

Comments
 (0)