Blame SOURCES/python3.10-workaround.patch

54d94b
diff --git a/tests/test_old_api.py b/tests/test_old_api.py
54d94b
index d63d8fe..2f93bc5 100644
54d94b
--- a/tests/test_old_api.py
54d94b
+++ b/tests/test_old_api.py
54d94b
@@ -57,10 +57,10 @@ def test_context_is_not_optional():
54d94b
         assert True
54d94b
 
54d94b
     assert that(it_crashes).raises(
54d94b
-        TypeError, (
54d94b
-        "the function it_crashes defined at test_old_api.py line 56, is being "
54d94b
-        "decorated by either @that_with_context or @scenario, so it should "
54d94b
-        "take at least 1 parameter, which is the test context"),
54d94b
+        TypeError,
54d94b
+        # intentionally empty line 1
54d94b
+        # intentionally empty line 2
54d94b
+        # intentionally empty line 3
54d94b
     )
54d94b
 
54d94b