Skip to content

Commit

Permalink
Add more test date string
Browse files Browse the repository at this point in the history
  • Loading branch information
ping committed Sep 14, 2023
1 parent 4b0add8 commit f4eaa7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/libby.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ def test_parse_datetime(self):
"2023-08-10T23:00:01.000Z", # expireDate
"2023-07-31T08:00:01.000+00:00", # placedDate
"2023-08-01T10:00:01.000Z", # placedDate
"2023-09-14T07:20:30+00:00", # expireDate
"05/30/2023",
):
with self.subTest(value=value):
Expand Down

0 comments on commit f4eaa7c

Please sign in to comment.