summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-03-10 13:41:35 +1100
committerGitHub <noreply@github.com>2021-03-10 13:41:35 +1100
commita020ebde2d9c69a1e2616c96f907866d417f2e0f (patch)
treec323920e7a3d071b59a248898f92100182eec31e /cli/tests
parent8d3baa7777b6bd2a2631e1b87a4676b520f2b447 (diff)
fix(lsp): diagnostics use own thread and debounce (#9572)
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/lsp/hover_request_mbc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/lsp/hover_request_mbc.json b/cli/tests/lsp/hover_request_mbc.json
index 6821fb0ff..6e7c55e08 100644
--- a/cli/tests/lsp/hover_request_mbc.json
+++ b/cli/tests/lsp/hover_request_mbc.json
@@ -8,7 +8,7 @@
},
"position": {
"line": 2,
- "character": 14
+ "character": 15
}
}
}