From 2dc20168371e827b86e2ce0d1d7787139fba68f3 Mon Sep 17 00:00:00 2001 From: Kenta Moriuchi Date: Tue, 4 Apr 2023 20:34:12 +0900 Subject: feat(ext/url): `URL.canParse` (#18286) --- cli/tests/integration/lsp_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/tests/integration/lsp_tests.rs b/cli/tests/integration/lsp_tests.rs index fb95a17de..aa69b0daf 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|6843|file:///a/b", + "exportMapKey": "foo|6845|file:///a/b", "moduleSpecifier": "./b.ts", "fileName": "file:///a/b.ts" }, -- cgit v1.2.3