From f7635f0e542c916bfd62542e7b60ee23ff681d0d Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 11 Aug 2021 19:20:21 -0700 Subject: [PATCH] [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 --- Lib/test/test_exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_exceptions.py b/Lib/test/test_exceptions.py index abb90001718..6dd3d5d9094 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():