8000 Extra test · python/cpython@a70dd41 · GitHub
[go: up one dir, main page]

Skip to content

Commit a70dd41

Browse files
committed
Extra test
1 parent c9028b2 commit a70dd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4506,7 +4506,7 @@ def test_multiprocessing_again(self):
45064506
import multiprocessing
45074507
import multiprocessing.connection
45084508
from multiprocessing.connection import wait
4509-
connection = multiprocessing.connection # It was AttributeError here
4509+
multiprocessing.connection # It was AttributeError here
45104510

45114511
def test_optional(self):
45124512
r = logging.makeLogRecord({})

0 commit comments

Comments
 (0)
0