From 4a4e88e68163eeebae894381440fda24cf37d55b Mon Sep 17 00:00:00 2001 From: Rory Flynn Date: Fri, 19 Apr 2024 17:15:07 +0200 Subject: [PATCH] Revert "Deliberately fail a build to test" This reverts commit 666140a9549fccf664509c6ca0d51a700124b8c5. --- tests/common/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common/test_utils.py b/tests/common/test_utils.py index 1cafbbe..4d03c8f 100644 --- a/tests/common/test_utils.py +++ b/tests/common/test_utils.py @@ -47,7 +47,7 @@ class TestDateConversions: convert_datetime_to_iso( datetime.strptime("2024-09-30 11:21:20+0200", "%Y-%m-%d %H:%M:%S%z") ) - == "2024-09-30 09:21:21.000000" + == "2024-09-30 09:21:20.000000" )