1
0
Fork 0

update test calendar for US_holidays in date based calendars

This commit is contained in:
Ryan Mwangi 2024-11-04 13:21:25 +03:00
parent 91f86c3f3e
commit 8a0a5ce036
1 changed files with 2 additions and 2 deletions

View File

@ -45,9 +45,9 @@ describe('Calendar Merging API', () => {
override: false, override: false,
}, },
{ {
url: "https://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics", url: loadCalendarFile(`US_Holidays.ics`),
prefix: "US_holidays", prefix: "US_holidays",
override: false, override: false,
}, },
], ],
}); });