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 ecc27ee commit 25cdfabCopy full SHA for 25cdfab
test/test_notebook_document.py
@@ -69,8 +69,7 @@ def test_initialize(client_server_pair): # pylint: disable=redefined-outer-name
69
},
70
).result(timeout=CALL_TIMEOUT_IN_SECONDS)
71
assert server.workspace is not None
72
- assert "capabilities" in response
73
- # TODO: assert that notebook capabilities are in response
+ assert "notebookDocumentSync" in response["capabilities"].keys()
74
75
76
def test_notebook_document__did_open(
0 commit comments