From: Benjamin Peterson Date: Thu, 12 Aug 2021 01:56:43 +0000 (-0700) Subject: bpo-33930: Fix typo in the test name. (#27733) X-Git-Tag: v3.11.0a1~421 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f08e6d1bb3c5655f184af88c6793e90908bb6338;p=thirdparty%2FPython%2Fcpython.git bpo-33930: Fix typo in the test name. (#27733) bpo-33930: Fix typo in the test name. (GH-27733) --- diff --git a/Lib/test/test_exceptions.py b/Lib/test/test_exceptions.py index 8bcb4b0f789a..efeca6de822f 100644 --- a/Lib/test/test_exceptions.py +++ b/Lib/test/test_exceptions.py @@ -1171,7 +1171,7 @@ class ExceptionTests(unittest.TestCase): @cpython_only - def test_crashcan_recursion(self): + def test_trashcan_recursion(self): # See bpo-33930 def foo():