gh-107526: Fix test_module_level_callable_unrepresentable_default (gh-108187)

This commit is contained in:
Dong-hee Na 2023-08-21 13:51:31 +09:00 committed by GitHub
parent db6dc6ce41
commit 04f7875c44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1232,7 +1232,7 @@ class TestDescriptions(unittest.TestCase):
def test_module_level_callable_unrepresentable_default(self):
self.assertEqual(self._get_summary_line(getattr),
"getattr(object, name, default=<unrepresentable>, /)")
"getattr(...)")
def test_builtin_staticmethod_unrepresentable_default(self):
self.assertEqual(self._get_summary_line(str.maketrans),