From: Benjamin Peterson Date: Fri, 13 Aug 2021 09:45:13 +0000 (-0700) Subject: [3.10] bpo-33930: Fix typo in the test name. (GH-27736) X-Git-Tag: v3.10.0rc2~102 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef36dfe4de1ee0df11cde94fd76465336aa8141d;p=thirdparty%2FPython%2Fcpython.git [3.10] bpo-33930: Fix typo in the test name. (GH-27736) [bpo-33930](): Fix typo in the test name. (GH-27733) (cherry picked from commit f08e6d1bb3c5655f184af88c6793e90908bb6338) Automerge-Triggered-By: GH:benjaminp --- diff --git a/Lib/test/test_exceptions.py b/Lib/test/test_exceptions.py index 10d48ebc076c..b520a5256148 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():