Skip to content

Commit ea59497

Browse files
bkap123AlexWaygood
andauthored
Update Lib/test/test_typing.py
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent 02c3c48 commit ea59497

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
@@ -8468,7 +8468,7 @@ class ThisWontWorkEither(NamedTuple):
84688468
def name(self):
84698469
return __class__.__name__
84708470

8471-
def test_named_tuple_generator_input(self):
8471+
def test_named_tuple_non_sequence_input(self):
84728472
field_names = ["x", "y"]
84738473
field_values = [int, int]
84748474
Point = NamedTuple("Point", zip(field_names, field_values))

0 commit comments

Comments
 (0)