Skip to content

Commit a3a1022

Browse files
committed
Fix test
1 parent 27099ca commit a3a1022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_python_lsp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,4 @@ async def get_json_reply():
175175
t.join(timeout=50)
176176
assert not t.is_alive(), f"Worker thread {t} hung!"
177177

178-
assert not any(filter(errors))
178+
assert not any(filter(bool, errors))

0 commit comments

Comments
 (0)