diff --git a/testing/python/raises.py b/testing/python/raises.py index 93295966c..59fd622fd 100644 --- a/testing/python/raises.py +++ b/testing/python/raises.py @@ -87,7 +87,7 @@ class TestRaises: else: assert False, "Expected pytest.raises.Exception" - def test_costum_raise_message(self): + def test_custom_raise_message(self): message = "TEST_MESSAGE" try: with pytest.raises(ValueError, message=message):