Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
waltzofpearls committed Nov 11, 2023
1 parent c3e6d8c commit 64a1f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dateparser/src/datetime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ mod tests {
fn unix_timestamp() {
let parse = Parse::new(&Utc, None);

let test_cases = vec![
let test_cases = [
("0000000000", Utc.ymd(1970, 1, 1).and_hms(0, 0, 0)),
("0000000000000", Utc.ymd(1970, 1, 1).and_hms(0, 0, 0)),
("0000000000000000000", Utc.ymd(1970, 1, 1).and_hms(0, 0, 0)),
Expand Down

0 comments on commit 64a1f4f

Please sign in to comment.