diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/plugin/health_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/plugin/health_spec.lua b/test/functional/plugin/health_spec.lua index 327b5759c7..7aa5c99a60 100644 --- a/test/functional/plugin/health_spec.lua +++ b/test/functional/plugin/health_spec.lua @@ -43,7 +43,7 @@ describe(':checkhealth', function() it('completions can be listed via getcompletion()', function() clear() eq('vim.health', getcompletion('vim', 'checkhealth')[1]) - eq('vim.provider.clipboard', getcompletion('vim.prov', 'checkhealth')[1]) + eq('vim.provider', getcompletion('vim.prov', 'checkhealth')[1]) eq('vim.lsp', getcompletion('vim.ls', 'checkhealth')[1]) end) |