summaryrefslogtreecommitdiff
path: root/test/test_hover.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_hover.vader')
-rw-r--r--test/test_hover.vader6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_hover.vader b/test/test_hover.vader
index 7a9c8d91..580b8846 100644
--- a/test/test_hover.vader
+++ b/test/test_hover.vader
@@ -168,7 +168,7 @@ Execute(LSP hover response with lists of strings should be handled):
Execute(LSP hover response with lists of strings and marked strings should be handled):
call HandleValidLSPResult({'contents': [
- \ {'language': 'rust', 'value': 'foo'},
+ \ {'language': 'python', 'value': 'foo'},
\ "bar\n",
\]})
@@ -178,8 +178,8 @@ Execute(LSP hover response with lists of strings and marked strings should be ha
\ {
\ 'commands': [
\ 'unlet! b:current_syntax',
- \ 'syntax include @ALE_hover_rust syntax/rust.vim',
- \ 'syntax region ALE_hover_1 start=/\%1l/ end=/\%2l/ contains=@ALE_hover_rust',
+ \ 'syntax include @ALE_hover_python syntax/python.vim',
+ \ 'syntax region ALE_hover_1 start=/\%1l/ end=/\%2l/ contains=@ALE_hover_python',
\ ],
\ },
\ ],