Skip to content

Commit

Permalink
Merge pull request #125 from gisce/FIX_utils_tests_py3
Browse files Browse the repository at this point in the history
FIX tests
  • Loading branch information
tinogis authored Dec 24, 2024
2 parents 87b1cef + 4afcf35 commit 31d5a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/utils_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"21110021000000000W": datetime(2111, 1, 21, 0, 0, 0),
"00021130000000000W": datetime(2002, 11, 30, 0, 0, 0),
# wrong year
"3022002094010020FF800009": datetime(3022, 01, 20, 0, 1, 0),
"3022002094010020FF800009": datetime(3022, 1, 20, 0, 1, 0),
"00001228230000000W": "time data '0-12-28 23:0:0' does not match format '%Y-%m-%d %H:%M:%S'",

}
Expand Down

0 comments on commit 31d5a18

Please sign in to comment.