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 d34e06c commit d13d541Copy full SHA for d13d541
tests/test_lsp.py
@@ -88,7 +88,7 @@ async def test_execute_command_query(mock_language_server, mock_config):
88
patch("vectorcode.lsp_main.get_client", new_callable=AsyncMock),
89
patch("vectorcode.lsp_main.get_collection", new_callable=AsyncMock),
90
patch(
91
- "vectorcode.lsp_main.get_query_result_files", new_callable=AsyncMock
+ "vectorcode.lsp_main.build_query_results", new_callable=AsyncMock
92
) as mock_get_query_result_files,
93
patch("os.path.isfile", return_value=True),
94
patch("vectorcode.lsp_main.try_server", return_value=True),
0 commit comments