Skip to content

Commit

Permalink
Fixed test - was using function now removed
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Nioche <[email protected]>
  • Loading branch information
jnioche committed Dec 3, 2023
1 parent 242601c commit 8ac214b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,7 @@ mod tests {

#[test]
fn range_splitting() {
let start = parse("2023-01-01").unwrap();
let end = parse("2023-12-31").unwrap();

let periods = split_periods(start, end);
let periods = normalise_dates("2022-12-01", &Option::Some("2023-02-01"));
println!("{:?}", periods);
}
}

0 comments on commit 8ac214b

Please sign in to comment.