Skip to content

Commit 7ab1b35

Browse files
committed
gh-141786 Fix test name to be more precise
1 parent ade01a2 commit 7ab1b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2695,7 +2695,7 @@ def recursive_wrapper_4569():
26952695
pass
26962696
"""))
26972697

2698-
def test_missing_parent_executor_does_not_crash(self):
2698+
def test_executor_invalidation_does_not_crash(self):
26992699
script_helper.assert_python_ok("-c", textwrap.dedent("""
27002700
import random
27012701

0 commit comments

Comments
 (0)