diff options
Diffstat (limited to 'cli/tests/integration/lsp_tests.rs')
-rw-r--r-- | cli/tests/integration/lsp_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/lsp_tests.rs b/cli/tests/integration/lsp_tests.rs index b5af78b11..5f76d3de2 100644 --- a/cli/tests/integration/lsp_tests.rs +++ b/cli/tests/integration/lsp_tests.rs @@ -7405,7 +7405,7 @@ fn lsp_completions_registry_empty() { }, "newText": "http://localhost:4545" }, - "commitCharacters": ["\"", "'", "/"] + "commitCharacters": ["\"", "'"] }] }) ); |