diff options
Diffstat (limited to 'test/lspconfig_spec.lua')
| -rw-r--r-- | test/lspconfig_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lspconfig_spec.lua b/test/lspconfig_spec.lua index 39e5783a..52d33eac 100644 --- a/test/lspconfig_spec.lua +++ b/test/lspconfig_spec.lua @@ -144,7 +144,7 @@ describe('lspconfig', function() local _ = lspconfig.lua_ls local _ = lspconfig.tsserver lspconfig.rust_analyzer.setup {} - same({ 'rust_analyzer' }, require('lspconfig.util')._available_servers()) + same({ 'rust_analyzer' }, require('lspconfig.util').available_servers()) end) it('provides user_config to the on_setup hook', function() |
