mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 14:42:30 +00:00
Fix bug
This commit is contained in:
@@ -308,7 +308,7 @@ mod tests {
|
||||
CalDateTime::parse("20370329T010000Z", None).unwrap()
|
||||
)),
|
||||
byday: Some(vec![(Some(-1), Weekday::Sun)]),
|
||||
bymonth: Some(vec![3]),
|
||||
bymonth0: Some(vec![3]),
|
||||
..Default::default()
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user