Skip to content

Commit 73437ff

Browse files
committed
Fix tests
1 parent 47acb88 commit 73437ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ def test_search_and_parse(self, shortname, string, expected, settings=None):
642642
(
643643
"June 23th 5 pm EST",
644644
datetime.datetime(
645-
2023, 6, 23, 17, 0, tzinfo=pytz.timezone("EST")
645+
2023, 6, 23, 17, 0, tzinfo=pytz.timezone("US/Eastern")
646646
),
647647
),
648648
("May 31", datetime.datetime(2023, 5, 31, 0, 0)),

0 commit comments

Comments
 (0)