From b9320b3490050b8d4adf497ccff1eb182ad107a1 Mon Sep 17 00:00:00 2001 From: Serhii A Date: Thu, 23 Jan 2025 17:42:25 +0100 Subject: [PATCH] Fix the test clean api test --- tests/test_clean_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_clean_api.py b/tests/test_clean_api.py index 62e3b218a..4ed18a7b3 100644 --- a/tests/test_clean_api.py +++ b/tests/test_clean_api.py @@ -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), ) ] )