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

Co-authored-by: Benjamin Peterson <benjamin@python.org>
Co-authored-by: Benjamin Peterson <benjamin@python.org>
Lib/test/test_exceptions.py

index a29a1a7a523946457326419a2480bd85133108e4..f92d76aab746a64bdd171e0feface013229da6ed 100644 (file)
@@ -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():