summaryrefslogtreecommitdiff
path: root/cli/tests/integration/lsp_tests.rs
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2023-10-13 14:38:34 +0100
committerGitHub <noreply@github.com>2023-10-13 14:38:34 +0100
commitbd238be4b5f26126fee8820d2a64c6660dfd6b6b (patch)
tree7cc93c00590c022d4be49a9c4bec6a9cec1ffedd /cli/tests/integration/lsp_tests.rs
parent7599990a4fe66bacdc00c12cbe3b8e800160bf68 (diff)
fix(lsp): don't commit registry completions on "/" (#20902)
Diffstat (limited to 'cli/tests/integration/lsp_tests.rs')
-rw-r--r--cli/tests/integration/lsp_tests.rs2
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": ["\"", "'"]
}]
})
);