summaryrefslogtreecommitdiff
path: root/test/lsp/test_lsp_command_formatting.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/lsp/test_lsp_command_formatting.vader')
-rw-r--r--test/lsp/test_lsp_command_formatting.vader4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lsp/test_lsp_command_formatting.vader b/test/lsp/test_lsp_command_formatting.vader
index 2c1e8788..e99e1dad 100644
--- a/test/lsp/test_lsp_command_formatting.vader
+++ b/test/lsp/test_lsp_command_formatting.vader
@@ -24,8 +24,8 @@ Execute(Command formatting should be applied correctly for LSP linters):
\ bufnr(''),
\ {
\ 'name': 'linter',
- \ 'language_callback': {-> 'x'},
- \ 'project_root_callback': {-> '/foo/bar'},
+ \ 'language': {-> 'x'},
+ \ 'project_root': {-> '/foo/bar'},
\ 'lsp': 'stdio',
\ 'executable': has('win32') ? 'cmd': 'true',
\ 'command': '%e --foo',