This commit is contained in:
Lennart
2025-06-02 20:26:34 +02:00
parent 088b920b68
commit bcc6bef848

View File

@@ -308,7 +308,7 @@ mod tests {
CalDateTime::parse("20370329T010000Z", None).unwrap() CalDateTime::parse("20370329T010000Z", None).unwrap()
)), )),
byday: Some(vec![(Some(-1), Weekday::Sun)]), byday: Some(vec![(Some(-1), Weekday::Sun)]),
bymonth: Some(vec![3]), bymonth0: Some(vec![3]),
..Default::default() ..Default::default()
} }
); );