diff options
Diffstat (limited to 'test/functional/plugin/lsp/handler_spec.lua')
-rw-r--r-- | test/functional/plugin/lsp/handler_spec.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/functional/plugin/lsp/handler_spec.lua b/test/functional/plugin/lsp/handler_spec.lua index 0ce7479c49..013a5fb5e7 100644 --- a/test/functional/plugin/lsp/handler_spec.lua +++ b/test/functional/plugin/lsp/handler_spec.lua @@ -1,7 +1,8 @@ -local t = require('test.functional.testutil')() +local t = require('test.testutil') +local n = require('test.functional.testnvim')() local eq = t.eq -local exec_lua = t.exec_lua +local exec_lua = n.exec_lua local pcall_err = t.pcall_err local matches = t.matches |