mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 10:32:19 +00:00
Fix bug
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user