Skip to content

Commit 3a1fe3a

Browse files
committed
Fix the test name.
1 parent 9edb265 commit 3a1fe3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_generators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def loop():
270270
loop()
271271

272272
@support.requires_resource("cpu")
273-
def test_list_init_thread_safety(self):
273+
def test_generator_thread_safety(self):
274274
# GH-126369: generators were not thread safe
275275
from threading import Thread, Lock
276276
import contextlib

0 commit comments

Comments
 (0)