Skip to content

Commit

Permalink
Update src/tests/format.rs
Browse files Browse the repository at this point in the history
Co-authored-by: x-hgg-x <39058530+x-hgg-x@users.noreply.github.com>
  • Loading branch information
lopopolo and x-hgg-x committed Apr 2, 2023
1 parent a4618d6 commit 7c9eed7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tests/format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -926,9 +926,9 @@ fn test_format_copies_non_specifier_bytes() {
#[test]
fn test_chrono_pr_966_week_numbers() {
let times = [
MockTime::new(2020, 1, 12, 0, 0, 0, 0, 4, 1, 0, false, 0, ""),
MockTime::new(2019, 1, 13, 0, 0, 0, 0, 4, 1, 0, false, 0, ""),
MockTime::new(2007, 12, 31, 0, 0, 0, 0, 4, 1, 0, false, 0, ""),
MockTime::new(2020, 1, 12, 0, 0, 0, 0, 0, 12, 0, false, 0, ""),
MockTime::new(2019, 1, 13, 0, 0, 0, 0, 0, 13, 0, false, 0, ""),
MockTime::new(2007, 12, 31, 0, 0, 0, 0, 1, 365, 0, false, 0, ""),
];

check_all(
Expand Down

0 comments on commit 7c9eed7

Please sign in to comment.