diff options
author | Kenta Moriuchi <moriken@kimamass.com> | 2023-04-04 20:34:12 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 13:34:12 +0200 |
commit | 2dc20168371e827b86e2ce0d1d7787139fba68f3 (patch) | |
tree | 21899b1b75896728a021d008c4fcdcdc3a429ad0 /cli/tests | |
parent | c341dbee5d8924988533b88d5a7900b63baf27d3 (diff) |
feat(ext/url): `URL.canParse` (#18286)
Diffstat (limited to 'cli/tests')
-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 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" }, |