diff options
Diffstat (limited to 'tests/extensions/test_check_docs.py')
-rw-r--r-- | tests/extensions/test_check_docs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/extensions/test_check_docs.py b/tests/extensions/test_check_docs.py index ceec4324e..189dcc4d2 100644 --- a/tests/extensions/test_check_docs.py +++ b/tests/extensions/test_check_docs.py @@ -2113,7 +2113,7 @@ class TestParamDocChecker(CheckerTestCase): with self.assertNoMessages(): self.checker.visit_functiondef(node) - def test_ignores_return_in_abstract_method_google(self): + def test_ignores_return_in_abstract_method_google_2(self): """Example of a method documenting the return type that an implementation should return. """ @@ -2132,7 +2132,7 @@ class TestParamDocChecker(CheckerTestCase): with self.assertNoMessages(): self.checker.visit_functiondef(node) - def test_ignores_return_in_abstract_method_numpy(self): + def test_ignores_return_in_abstract_method_numpy_2(self): """Example of a method documenting the return type that an implementation should return. """ |