Update tests

This commit is contained in:
Andrey Popp
2019-01-21 17:39:43 +03:00
parent 2e85eed756
commit e960e54eca
4 changed files with 10 additions and 10 deletions

View File

@@ -377,7 +377,7 @@ Execute(LSP completion requests should be sent):
\ }],
\ [0, 'textDocument/definition', {
\ 'textDocument': {'uri': ale#path#ToURI(expand('%:p'))},
\ 'position': {'line': 0, 'character': 3},
\ 'position': {'line': 0, 'character': 2},
\ }],
\ ],
\ g:message_list
@@ -413,7 +413,7 @@ Execute(LSP tab completion requests should be sent):
\ }],
\ [0, 'textDocument/definition', {
\ 'textDocument': {'uri': ale#path#ToURI(expand('%:p'))},
\ 'position': {'line': 0, 'character': 3},
\ 'position': {'line': 0, 'character': 2},
\ }],
\ ],
\ g:message_list