From 150fe0441029052eebe662f9ee108a13cc36cc34 Mon Sep 17 00:00:00 2001 From: sstent Date: Fri, 20 Feb 2026 13:20:14 -0800 Subject: [PATCH] test(icalendar): Reproduce Unknown RRULE property error --- icalendar_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icalendar_test.ts b/icalendar_test.ts index 262455e..78941e5 100644 --- a/icalendar_test.ts +++ b/icalendar_test.ts @@ -182,7 +182,7 @@ Deno.test("expandRecurrences - object rrule (Reproduction of missing events)", ( const icsEvent = { summary: "Object RRULE Event", start: startStr, - rrule: { freq: "WEEKLY", byday: "MO" } // Simulating object rrule + rrule: { frequency: "WEEKLY", byday: "MO" } // Simulating object rrule with verbose key }; // Spy on console.warn