]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] bpo-33930: Fix typo in the test name. (GH-27736)
authorBenjamin Peterson <benjamin@python.org>
Fri, 13 Aug 2021 09:45:13 +0000 (02:45 -0700)
committerGitHub <noreply@github.com>
Fri, 13 Aug 2021 09:45:13 +0000 (02:45 -0700)
[bpo-33930](): Fix typo in the test name. (GH-27733)
(cherry picked from commit f08e6d1bb3c5655f184af88c6793e90908bb6338)

Automerge-Triggered-By: GH:benjaminp
Lib/test/test_exceptions.py

index 10d48ebc076c34d3d73f4433a870a351a92dfbf0..b520a52561480a2520a6d2658546bdefecd4c0c7 100644 (file)
@@ -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():