From 1081a158957369e36dd5bd3e37ad6e6ccd33b807 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Mon, 16 Aug 2021 22:29:16 +0200 Subject: [PATCH] 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. --- tests/storage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/storage/__init__.py b/tests/storage/__init__.py index 47f35f51..c8dbe5a0 100644 --- a/tests/storage/__init__.py +++ b/tests/storage/__init__.py @@ -393,7 +393,7 @@ async def test_recurring_events(self, s, item_type): BEGIN:VEVENT DTSTART;TZID=UTC:20140128T083000Z DTEND;TZID=UTC:20140128T100000Z - RRULE:FREQ=WEEKLY;UNTIL=20141208T213000Z;BYDAY=TU + RRULE:FREQ=WEEKLY;BYDAY=TU;UNTIL=20141208T213000Z DTSTAMP:20140327T060506Z UID:{uid} CREATED:20131216T033331Z