summaryrefslogtreecommitdiff
path: root/test/completion
diff options
context:
space:
mode:
authorAndrey Popp <8mayday@gmail.com>2019-01-21 17:39:43 +0300
committerAndrey Popp <8mayday@gmail.com>2019-01-21 17:40:33 +0300
commite960e54eca5e6561aa95b72f798c17b213bdbfc2 (patch)
tree0e99333c024d76c4b3707075edcfa717bedbbb13 /test/completion
parent2e85eed756f29f37cce41db6edccb40bd3f68437 (diff)
downloadale-e960e54eca5e6561aa95b72f798c17b213bdbfc2.zip
Update tests
Diffstat (limited to 'test/completion')
-rw-r--r--test/completion/test_lsp_completion_messages.vader4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/completion/test_lsp_completion_messages.vader b/test/completion/test_lsp_completion_messages.vader
index 130f31b9..f670e186 100644
--- a/test/completion/test_lsp_completion_messages.vader
+++ b/test/completion/test_lsp_completion_messages.vader
@@ -215,7 +215,7 @@ Execute(The right message should be sent for the initial LSP request):
\ }],
\ [0, 'textDocument/completion', {
\ 'textDocument': {'uri': ale#path#ToURI(expand('%:p'))},
- \ 'position': {'line': 0, 'character': 3},
+ \ 'position': {'line': 0, 'character': 2},
\ }],
\ ],
\ g:message_list
@@ -274,7 +274,7 @@ Execute(Two completion requests shouldn't be sent in a row):
\ }],
\ [0, 'textDocument/completion', {
\ 'textDocument': {'uri': ale#path#ToURI(expand('%:p'))},
- \ 'position': {'line': 0, 'character': 3},
+ \ 'position': {'line': 0, 'character': 2},
\ }],
\ ],
\ g:message_list