Skip to content

Commit 74578e9

Browse files
committed
Shorten the test name, we know it's a namedtuple test from context
1 parent 31f6607 commit 74578e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8135,7 +8135,7 @@ class Group(NamedTuple):
81358135
self.assertIs(type(a), Group)
81368136
self.assertEqual(a, (1, [2]))
81378137

8138-
def test_super_works_in_namedtuples(self):
8138+
def test_super_works(self):
81398139
# See #85795: __class__ not set defining 'X' as <class '__main__.X'>
81408140
class Pointer(NamedTuple):
81418141
address: int

0 commit comments

Comments
 (0)