Skip to content

Commit d13d541

Browse files
committed
test(cli): fix broken test
1 parent d34e06c commit d13d541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_lsp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ async def test_execute_command_query(mock_language_server, mock_config):
8888
patch("vectorcode.lsp_main.get_client", new_callable=AsyncMock),
8989
patch("vectorcode.lsp_main.get_collection", new_callable=AsyncMock),
9090
patch(
91-
"vectorcode.lsp_main.get_query_result_files", new_callable=AsyncMock
91+
"vectorcode.lsp_main.build_query_results", new_callable=AsyncMock
9292
) as mock_get_query_result_files,
9393
patch("os.path.isfile", return_value=True),
9494
patch("vectorcode.lsp_main.try_server", return_value=True),

0 commit comments

Comments
 (0)