summaryrefslogtreecommitdiff
path: root/cli/tests/integration/lsp_tests.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-07-04 15:28:50 +0200
committerGitHub <noreply@github.com>2023-07-04 15:28:50 +0200
commit39872646eba1160958b6edd042be905b7cf4dd0c (patch)
tree692564fa48ade42fed29ed83fac0e9967ead509f /cli/tests/integration/lsp_tests.rs
parentaaabff710f756f7dc8651b8e92e4cc5147830e49 (diff)
feat: stabilize 'alpnProtocols' setting (#19704)
Ref https://github.com/denoland/deno/issues/19685
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 5164975cf..467fa85a5 100644
--- a/cli/tests/integration/lsp_tests.rs
+++ b/cli/tests/integration/lsp_tests.rs
@@ -4788,7 +4788,7 @@ fn lsp_completions_auto_import() {
"source": "./b.ts",
"data": {
"exportName": "foo",
- "exportMapKey": "foo|6799|file:///a/b",
+ "exportMapKey": "foo|6802|file:///a/b",
"moduleSpecifier": "./b.ts",
"fileName": "file:///a/b.ts"
},