From 8a0a5ce036278d2d7fe1e214b688015a26f633c5 Mon Sep 17 00:00:00 2001 From: Ryan Mwangi Date: Mon, 4 Nov 2024 13:21:25 +0300 Subject: [PATCH] update test calendar for US_holidays in date based calendars --- calendar.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calendar.test.js b/calendar.test.js index 9489d79..e47a56e 100644 --- a/calendar.test.js +++ b/calendar.test.js @@ -45,9 +45,9 @@ describe('Calendar Merging API', () => { override: false, }, { - url: "https://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics", + url: loadCalendarFile(`US_Holidays.ics`), prefix: "US_holidays", - override: false, + override: false, }, ], });