]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-33930: Fix typo in the test name. (#27733)
authorBenjamin Peterson <benjamin@python.org>
Thu, 12 Aug 2021 01:56:43 +0000 (18:56 -0700)
committerGitHub <noreply@github.com>
Thu, 12 Aug 2021 01:56:43 +0000 (18:56 -0700)
bpo-33930: Fix typo in the test name. (GH-27733)

Lib/test/test_exceptions.py

index 8bcb4b0f789a8a919c0b6ef4ca542cc20579e755..efeca6de822fbeedbdf85409859d13fd7f07a14d 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():