Skip to content

Commit 52a2520

Browse files
benfdkingCopilot
andauthored
Update tests/lsp/test_context.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8278b21 commit 52a2520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lsp/test_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_lsp_context_list_workspace_tests():
3535
assert any(test.name == "test_order_items" for test in tests)
3636

3737

38-
def test_lsp_context_get_deocument_tests():
38+
def test_lsp_context_get_document_tests():
3939
test_path = Path.cwd() / "examples/sushi/tests/test_order_items.yaml"
4040
uri = URI.from_path(test_path)
4141

0 commit comments

Comments
 (0)