Skip to content

Commit

Permalink
test: correct datefmt_input_tz test
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Apr 1, 2024
1 parent 48b75f1 commit 308f07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_datefmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ fn datefmt_input_tz() {
svec!["2012-09-17T15:09:00+00:00"],
svec!["2021-06-02T06:31:39+00:00"],
svec!["2009-01-20T10:00:00+00:00"],
svec!["2005-07-03T23:00:00+00:00"],
svec!["2005-07-04"],
svec!["2021-05-01T01:17:02.604456+00:00"],
svec!["This is not a date and it will not be reformatted"],
svec!["2017-11-25T22:22:26+00:00"],
Expand Down

0 comments on commit 308f07d

Please sign in to comment.