Skip to content

Commit

Permalink
Fix tests/test_clean_api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii73 committed Jan 6, 2025
1 parent 81aeea2 commit 1877345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_clean_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def test_dates_which_match_locales_are_parsed(
languages=["en"],
region="",
date_formats=["%a", "%a", "%a", "%a"],
expected_date=datetime(1969, 1, 31, 14, 4),
expected_date=datetime(1969, 1, 31, 13, 4),
)
]
)
Expand Down

0 comments on commit 1877345

Please sign in to comment.