small fixes

This commit is contained in:
Lennart K
2026-01-07 11:58:02 +01:00
parent 5e5017a185
commit 8e583e24cb
8 changed files with 24 additions and 47 deletions

View File

@@ -26,5 +26,5 @@ END:VCALENDAR
#[test]
fn parse_calendar_object() {
let object = CalendarObject::from_ics(MULTI_VEVENT.to_string(), None).unwrap();
object.expand_recurrence(None, None).unwrap();
object.get_inner().expand_recurrence(None, None);
}