From 6bea6b31d3b502165e7e890c889919d67df1a795 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Sun, 14 May 2023 20:27:14 +0900 Subject: fix(dts): move BroadcastChannel type to lib.deno.unstable.d.ts (#19108) --- cli/tests/integration/lsp_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/integration/lsp_tests.rs') 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" }, -- cgit v1.2.3