From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 12 Aug 2021 02:17:23 +0000 (-0700) Subject: bpo-33930: Fix typo in the test name. (GH-27735) X-Git-Tag: v3.8.12~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7f5796a1ec7ba223f6a844d7580559abef05238;p=thirdparty%2FPython%2Fcpython.git bpo-33930: Fix typo in the test name. (GH-27735) bpo-33930: Fix typo in the test name. (GH-27733) (cherry picked from commit f08e6d1bb3c5655f184af88c6793e90908bb6338) Co-authored-by: Benjamin Peterson Co-authored-by: Benjamin Peterson --- diff --git a/Lib/test/test_exceptions.py b/Lib/test/test_exceptions.py index a29a1a7a5239..f92d76aab746 100644 --- a/Lib/test/test_exceptions.py +++ b/Lib/test/test_exceptions.py @@ -984,7 +984,7 @@ class ExceptionTests(unittest.TestCase): @cpython_only - def test_crashcan_recursion(self): + def test_trashcan_recursion(self): # See bpo-33930 def foo():