aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/021_control_wi_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/021_control_wi_spec.lua')
-rw-r--r--test/functional/legacy/021_control_wi_spec.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/legacy/021_control_wi_spec.lua b/test/functional/legacy/021_control_wi_spec.lua
index 94871433cd..a7e0ff29d2 100644
--- a/test/functional/legacy/021_control_wi_spec.lua
+++ b/test/functional/legacy/021_control_wi_spec.lua
@@ -1,8 +1,8 @@
-- Tests for [ CTRL-I with a count and CTRL-W CTRL-I with a count
-local helpers = require('test.functional.helpers')(after_each)
-local clear, feed, insert = helpers.clear, helpers.feed, helpers.insert
-local feed_command, expect = helpers.feed_command, helpers.expect
+local t = require('test.functional.testutil')(after_each)
+local clear, feed, insert = t.clear, t.feed, t.insert
+local feed_command, expect = t.feed_command, t.expect
describe('CTRL-W CTRL-I', function()
setup(clear)