summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-07-03 15:30:39 +0200
committerGitHub <noreply@github.com>2023-07-03 15:30:39 +0200
commit26c2abef7fce9aaad18cd86416dd9b032c9fa767 (patch)
tree35c1a4df0bbe77147881a3d4fc7a2fb88d3d029e /cli/tests
parent0f4051a37ad23377091043206e64126003caa480 (diff)
fix: Update typings for Deno.errors namespace (#19688)
Follow up to https://github.com/denoland/deno/pull/19514, where I forgot to update type declarations.
Diffstat (limited to 'cli/tests')
-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 f47fb7c82..198a3d022 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|6812|file:///a/b",
+ "exportMapKey": "foo|6820|file:///a/b",
"moduleSpecifier": "./b.ts",
"fileName": "file:///a/b.ts"
},