Skip to content

Commit a0f6937

Browse files
committed
Add missing await in test_stop
1 parent 3451099 commit a0f6937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_packages/jupyter_lsp/jupyter_lsp/tests/test_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ async def test_stop(handlers, timeout):
126126

127127
manager.initialize()
128128

129-
ws_handler.open(a_server)
129+
await ws_handler.open(a_server)
130130

131131
session = manager.sessions[ws_handler.language_server]
132132
session.stop_timeout = timeout

0 commit comments

Comments
 (0)