[Python-checkins] bpo-33930: Fix typo in the test name. (#27733)

benjaminp webhook-mailer at python.org
Wed Aug 11 21:56:51 EDT 2021


https://github.com/python/cpython/commit/f08e6d1bb3c5655f184af88c6793e90908bb6338
commit: f08e6d1bb3c5655f184af88c6793e90908bb6338
branch: main
author: Benjamin Peterson <benjamin at python.org>
committer: benjaminp <benjamin at locrian.net>
date: 2021-08-11T18:56:43-07:00
summary:

bpo-33930: Fix typo in the test name. (#27733)

bpo-33930: Fix typo in the test name. (GH-27733)

files:
M Lib/test/test_exceptions.py

diff --git a/Lib/test/test_exceptions.py b/Lib/test/test_exceptions.py
index 8bcb4b0f789a8..efeca6de822fb 100644
--- a/Lib/test/test_exceptions.py
+++ b/Lib/test/test_exceptions.py
@@ -1171,7 +1171,7 @@ def g():
 
 
     @cpython_only
-    def test_crashcan_recursion(self):
+    def test_trashcan_recursion(self):
         # See bpo-33930
 
         def foo():



More information about the Python-checkins mailing list