From 666140a9549fccf664509c6ca0d51a700124b8c5 Mon Sep 17 00:00:00 2001 From: Rory Flynn Date: Fri, 19 Apr 2024 17:13:53 +0200 Subject: [PATCH] Deliberately fail a build to test --- 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 4d03c8f..1cafbbe 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:20.000000" + == "2024-09-30 09:21:21.000000" )