From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 12 Aug 2021 02:20:21 +0000 (-0700) Subject: [3.9] bpo-33930: Fix typo in the test name. (GH-27733) (GH-27734) X-Git-Tag: v3.9.7~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7635f0e542c916bfd62542e7b60ee23ff681d0d;p=thirdparty%2FPython%2Fcpython.git [3.9] bpo-33930: Fix typo in the test name. (GH-27733) (GH-27734) [bpo-33930](): Fix typo in the test name. (GH-27733) (cherry picked from commit f08e6d1bb3c5655f184af88c6793e90908bb6338) Co-authored-by: Benjamin Peterson Automerge-Triggered-By: GH:benjaminp --- diff --git a/Lib/test/test_exceptions.py b/Lib/test/test_exceptions.py index abb90001718a..6dd3d5d90942 100644 --- a/Lib/test/test_exceptions.py +++ b/Lib/test/test_exceptions.py @@ -1141,7 +1141,7 @@ class ExceptionTests(unittest.TestCase): @cpython_only - def test_crashcan_recursion(self): + def test_trashcan_recursion(self): # See bpo-33930 def foo():