aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/103_visual_mode_reset_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/103_visual_mode_reset_spec.lua')
-rw-r--r--test/functional/legacy/103_visual_mode_reset_spec.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/legacy/103_visual_mode_reset_spec.lua b/test/functional/legacy/103_visual_mode_reset_spec.lua
index f5cd861019..2f43a0e8cd 100644
--- a/test/functional/legacy/103_visual_mode_reset_spec.lua
+++ b/test/functional/legacy/103_visual_mode_reset_spec.lua
@@ -1,8 +1,8 @@
-- Test for visual mode not being reset causing E315 error.
-local helpers = require('test.functional.helpers')(after_each)
-local feed, source = helpers.feed, helpers.source
-local clear, expect = helpers.clear, helpers.expect
+local t = require('test.functional.testutil')(after_each)
+local feed, source = t.feed, t.source
+local clear, expect = t.clear, t.expect
describe('E315 error', function()
setup(clear)