mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 17:49:25 +00:00
apply formatting
This commit is contained in:
@@ -1410,10 +1410,7 @@ mod tests {
|
||||
// Year ends >= start_date AND <= end_date: 2023
|
||||
// 2023 end bday (Dec 29th) >= start_date (Jun 1st) -> Included
|
||||
// 2024 end bday (Dec 31st) > end_date (Jun 1st) -> Included
|
||||
assert_eq!(
|
||||
collect_yearly(start, end, false),
|
||||
vec![date(2023, 12, 29)]
|
||||
);
|
||||
assert_eq!(collect_yearly(start, end, false), vec![date(2023, 12, 29)]);
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user