aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/charsearch_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/charsearch_spec.lua')
-rw-r--r--test/functional/legacy/charsearch_spec.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/legacy/charsearch_spec.lua b/test/functional/legacy/charsearch_spec.lua
index c1a59c9ee1..b228460528 100644
--- a/test/functional/legacy/charsearch_spec.lua
+++ b/test/functional/legacy/charsearch_spec.lua
@@ -1,8 +1,8 @@
-- Test for character searches
-local helpers = require('test.functional.helpers')(after_each)
-local feed, insert = helpers.feed, helpers.insert
-local clear, feed_command, expect = helpers.clear, helpers.feed_command, helpers.expect
+local t = require('test.functional.testutil')(after_each)
+local feed, insert = t.feed, t.insert
+local clear, feed_command, expect = t.clear, t.feed_command, t.expect
describe('charsearch', function()
setup(clear)