We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0239765 commit 2145bb7Copy full SHA for 2145bb7
tests/test_pycrdt_yjs.py
@@ -85,7 +85,7 @@ async def test_ypy_yjs_1(yws_server, yjs_client):
85
nb = stringify_source(json.loads((files_dir / "nb1.ipynb").read_text()))
86
ynotebook.source = nb
87
room_name = "my-roomname"
88
- async with aconnect_ws(f"http://localhost:{port}/{room_name}") as websocket, WebsocketProvider(
+ async with aconnect_ws(f"http://localhost:{port}/{room_name}") as websocket, Provider(
89
ydoc, Websocket(websocket, room_name)
90
):
91
output_text = ynotebook.ycells[0]["outputs"][0]["text"]
0 commit comments