Skip to content

Commit e2088eb

Browse files
authored
Fix variable name in test_threadpool.py
1 parent a06bca3 commit e2088eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_threadpool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def wait_then_put() -> None:
164164

165165
pool.execmodel.start(wait_then_put)
166166
assert pool.waitall()
167-
out, err = capfd.readouterr()
167+
_out, err = capfd.readouterr()
168168
assert err == ""
169169

170170

0 commit comments

Comments
 (0)