aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds/digraphs_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/ex_cmds/digraphs_spec.lua')
-rw-r--r--test/functional/ex_cmds/digraphs_spec.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/ex_cmds/digraphs_spec.lua b/test/functional/ex_cmds/digraphs_spec.lua
index 24b6f7c53b..ac33409a35 100644
--- a/test/functional/ex_cmds/digraphs_spec.lua
+++ b/test/functional/ex_cmds/digraphs_spec.lua
@@ -1,7 +1,7 @@
-local helpers = require('test.functional.helpers')(after_each)
-local clear = helpers.clear
-local command = helpers.command
-local feed = helpers.feed
+local t = require('test.functional.testutil')(after_each)
+local clear = t.clear
+local command = t.command
+local feed = t.feed
local Screen = require('test.functional.ui.screen')
describe(':digraphs', function()