Skip to content

Commit f2a57b2

Browse files
Update Lib/test/test_typing.py
Co-authored-by: Jelle Zijlstra <[email protected]>
1 parent d8102fd commit f2a57b2

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
@@ -7555,7 +7555,7 @@ class NormalClass:
75557555
normal_exception = cm.exception
75567556

75577557
with self.assertRaisesRegex(CustomException, "Cannot do that!") as cm:
7558-
class NamedTupleClass:
7558+
class NamedTupleClass(NamedTuple):
75597559
attr = Annoying()
75607560
namedtuple_exception = cm.exception
75617561

0 commit comments

Comments
 (0)