We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8278b21 commit 52a2520Copy full SHA for 52a2520
tests/lsp/test_context.py
@@ -35,7 +35,7 @@ def test_lsp_context_list_workspace_tests():
35
assert any(test.name == "test_order_items" for test in tests)
36
37
38
-def test_lsp_context_get_deocument_tests():
+def test_lsp_context_get_document_tests():
39
test_path = Path.cwd() / "examples/sushi/tests/test_order_items.yaml"
40
uri = URI.from_path(test_path)
41
0 commit comments