diff options
Diffstat (limited to 'cli/tests/integration/lsp_tests.rs')
-rw-r--r-- | cli/tests/integration/lsp_tests.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/integration/lsp_tests.rs b/cli/tests/integration/lsp_tests.rs index 2dea05015..263e66da5 100644 --- a/cli/tests/integration/lsp_tests.rs +++ b/cli/tests/integration/lsp_tests.rs @@ -7960,11 +7960,11 @@ fn lsp_workspace_symbol() { "uri": "deno:/asset/lib.decorators.d.ts", "range": { "start": { - "line": 331, + "line": 346, "character": 0, }, "end": { - "line": 371, + "line": 388, "character": 1, }, }, |