Skip to content

Commit ef36dfe

Browse files
authored
[3.10] bpo-33930: Fix typo in the test name. (GH-27736)
[bpo-33930](): Fix typo in the test name. (GH-27733) (cherry picked from commit f08e6d1) Automerge-Triggered-By: GH:benjaminp
1 parent c28c2e1 commit ef36dfe

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
@@ -1171,7 +1171,7 @@ def g():
11711171

11721172

11731173
@cpython_only
1174-
def test_crashcan_recursion(self):
1174+
def test_trashcan_recursion(self):
11751175
# See bpo-33930
11761176

11771177
def foo():

0 commit comments

Comments
 (0)