]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.9] bpo-33930: Fix typo in the test name. (GH-27733) (GH-27734)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 12 Aug 2021 02:20:21 +0000 (19:20 -0700)
committerGitHub <noreply@github.com>
Thu, 12 Aug 2021 02:20:21 +0000 (19:20 -0700)
[bpo-33930](): Fix typo in the test name. (GH-27733)
(cherry picked from commit f08e6d1bb3c5655f184af88c6793e90908bb6338)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
Automerge-Triggered-By: GH:benjaminp
Lib/test/test_exceptions.py

index abb90001718a3a8d75c86a7a7fe8cd61ffa95001..6dd3d5d9094228a8f91ca7b2f5d6b46fdba3b801 100644 (file)
@@ -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():