aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin/ccomplete_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/plugin/ccomplete_spec.lua')
-rw-r--r--test/functional/plugin/ccomplete_spec.lua12
1 files changed, 7 insertions, 5 deletions
diff --git a/test/functional/plugin/ccomplete_spec.lua b/test/functional/plugin/ccomplete_spec.lua
index bb9b28d300..4c4c5e9444 100644
--- a/test/functional/plugin/ccomplete_spec.lua
+++ b/test/functional/plugin/ccomplete_spec.lua
@@ -1,9 +1,11 @@
-local t = require('test.functional.testutil')()
-local clear = t.clear
-local command = t.command
+local t = require('test.testutil')
+local n = require('test.functional.testnvim')()
+
+local clear = n.clear
+local command = n.command
local eq = t.eq
-local eval = t.eval
-local feed = t.feed
+local eval = n.eval
+local feed = n.feed
local write_file = t.write_file
describe('ccomplete#Complete', function()