aboutsummaryrefslogtreecommitdiff
path: root/test/functional/options/cursorbind_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/options/cursorbind_spec.lua')
-rw-r--r--test/functional/options/cursorbind_spec.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/functional/options/cursorbind_spec.lua b/test/functional/options/cursorbind_spec.lua
index cafdc83de2..2985cc877f 100644
--- a/test/functional/options/cursorbind_spec.lua
+++ b/test/functional/options/cursorbind_spec.lua
@@ -1,9 +1,9 @@
-local helpers = require('test.functional.helpers')(after_each)
+local t = require('test.functional.testutil')(after_each)
local Screen = require('test.functional.ui.screen')
-local clear = helpers.clear
-local command = helpers.command
-local exec = helpers.exec
-local feed = helpers.feed
+local clear = t.clear
+local command = t.command
+local exec = t.exec
+local feed = t.feed
before_each(clear)