diff options
author | Andrey Popp <8mayday@gmail.com> | 2019-01-21 17:39:43 +0300 |
---|---|---|
committer | Andrey Popp <8mayday@gmail.com> | 2019-01-21 17:40:33 +0300 |
commit | e960e54eca5e6561aa95b72f798c17b213bdbfc2 (patch) | |
tree | 0e99333c024d76c4b3707075edcfa717bedbbb13 /test/test_go_to_definition.vader | |
parent | 2e85eed756f29f37cce41db6edccb40bd3f68437 (diff) | |
download | ale-e960e54eca5e6561aa95b72f798c17b213bdbfc2.zip |
Update tests
Diffstat (limited to 'test/test_go_to_definition.vader')
-rw-r--r-- | test/test_go_to_definition.vader | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_go_to_definition.vader b/test/test_go_to_definition.vader index 4e4e2552..62dbc599 100644 --- a/test/test_go_to_definition.vader +++ b/test/test_go_to_definition.vader @@ -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 |