Skip to content

Commit

Permalink
Fix tests failing due to timezone name change
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska authored Feb 20, 2025
1 parent 731ee4b commit 4e00f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_locale.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_format_date_timezone(base_config):
2006, 1, 10, 12, 34, 56, tzinfo=dateutil.tz.gettz("America/New_York")
)
formatted_date = LocaleBorg().formatted_date("long", nodst)
assert formatted_date == "January 10, 2006, 12:34:56\u202fPM -0500"
assert formatted_date == "January 10, 2006, 12:34:56\u202fPM EST"


@pytest.mark.parametrize(
Expand Down

0 comments on commit 4e00f36

Please sign in to comment.