From c7c522e275f458642ca146f90ae349b2d562cf2f Mon Sep 17 00:00:00 2001 From: Lie Ryan Date: Wed, 30 Nov 2022 16:59:07 +1100 Subject: [PATCH] Fix typo in test name rais->raise --- ropetest/refactor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ropetest/refactor/__init__.py b/ropetest/refactor/__init__.py index be2387282..17656f7b7 100644 --- a/ropetest/refactor/__init__.py +++ b/ropetest/refactor/__init__.py @@ -910,7 +910,7 @@ def a_func(self, var): # NOTE: This situation happens a lot and is normally not an error # @testutils.assert_raises(RefactoringError) - def test_not_rais_exception_when_there_is_a_field_with_the_same_name(self): + def test_not_raise_exception_when_there_is_a_field_with_the_same_name(self): code = dedent("""\ class A(object): def __init__(self):