Skip to content

Commit

Permalink
Rename test range/days
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed May 13, 2022
1 parent 8924fcc commit fee4da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traits.rs
Expand Up @@ -322,7 +322,7 @@ mod tests {
}

#[test]
fn test_weeklike_range() {
fn test_weeklike_days() {
let first_day = NaiveDate::from_ymd(2022, 4, 18);
let week = FakeWeek { date: first_day };
let days = week.days();
Expand Down

0 comments on commit fee4da4

Please sign in to comment.