Skip to content

Commit c2dd91b

Browse files
Aniketsyvstinner
andauthored
Update Lib/test/test_descr.py
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 270d183 commit c2dd91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_descr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,7 @@ def test_staticmethod_new(self):
18351835
sm = staticmethod.__new__(staticmethod, None)
18361836
self.assertEqual(repr(sm), '<staticmethod(None)>')
18371837

1838-
def test_classmethod_new_none_repr(self):
1838+
def test_classmethod_new(self):
18391839
cm = classmethod.__new__(classmethod, None)
18401840
self.assertEqual(repr(cm), '<classmethod(None)>')
18411841

0 commit comments

Comments
 (0)