small fixes

This commit is contained in:
Lennart K
2026-01-07 11:58:02 +01:00
parent 896e934c0a
commit a9f3833a32
8 changed files with 23 additions and 5612 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);
}