Skip to content

Commit f7635f0

Browse files
[3.9] bpo-33930: Fix typo in the test name. (GH-27733) (GH-27734)
[bpo-33930](): Fix typo in the test name. (GH-27733) (cherry picked from commit f08e6d1) Co-authored-by: Benjamin Peterson <[email protected]> Automerge-Triggered-By: GH:benjaminp
1 parent 8c93a63 commit f7635f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ def g():
11411141

11421142

11431143
@cpython_only
1144-
def test_crashcan_recursion(self):
1144+
def test_trashcan_recursion(self):
11451145
# See bpo-33930
11461146

11471147
def foo():

0 commit comments

Comments
 (0)