diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2023-05-14 20:27:14 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-14 20:27:14 +0900 |
commit | 6bea6b31d3b502165e7e890c889919d67df1a795 (patch) | |
tree | c73a589905eb62f835bfb12c28063ae067f6ab26 /cli/tests/integration/lsp_tests.rs | |
parent | 226a373c497cc3439e032332fefaffa75211afbd (diff) |
fix(dts): move BroadcastChannel type to lib.deno.unstable.d.ts (#19108)
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 500a27ed2..656ec9ade 100644 --- a/cli/tests/integration/lsp_tests.rs +++ b/cli/tests/integration/lsp_tests.rs @@ -4713,7 +4713,7 @@ fn lsp_completions_auto_import() { "source": "./b.ts", "data": { "exportName": "foo", - "exportMapKey": "foo|6845|file:///a/b", + "exportMapKey": "foo|6806|file:///a/b", "moduleSpecifier": "./b.ts", "fileName": "file:///a/b.ts" }, |