diff options
Diffstat (limited to 'cli/tests/integration/lsp_tests.rs')
-rw-r--r-- | cli/tests/integration/lsp_tests.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/integration/lsp_tests.rs b/cli/tests/integration/lsp_tests.rs index 19b968602..c86d30456 100644 --- a/cli/tests/integration/lsp_tests.rs +++ b/cli/tests/integration/lsp_tests.rs @@ -4257,7 +4257,7 @@ fn lsp_code_actions_deno_cache() { "command": { "title": "", "command": "deno.cache", - "arguments": [["https://deno.land/x/a/mod.ts"]] + "arguments": [["https://deno.land/x/a/mod.ts"], "file:///a/file.ts"] } }]) ); @@ -4342,7 +4342,7 @@ fn lsp_code_actions_deno_cache_npm() { "command": { "title": "", "command": "deno.cache", - "arguments": [["npm:chalk"]] + "arguments": [["npm:chalk"], "file:///a/file.ts"] } }]) ); |