aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/search_mbyte_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/search_mbyte_spec.lua')
-rw-r--r--test/functional/legacy/search_mbyte_spec.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/functional/legacy/search_mbyte_spec.lua b/test/functional/legacy/search_mbyte_spec.lua
index ef7e41aa30..6457567176 100644
--- a/test/functional/legacy/search_mbyte_spec.lua
+++ b/test/functional/legacy/search_mbyte_spec.lua
@@ -1,10 +1,10 @@
-local helpers = require('test.functional.helpers')(after_each)
+local n = require('test.functional.testnvim')()
-local poke_eventloop = helpers.poke_eventloop
-local clear = helpers.clear
-local insert = helpers.insert
-local expect = helpers.expect
-local command = helpers.command
+local poke_eventloop = n.poke_eventloop
+local clear = n.clear
+local insert = n.insert
+local expect = n.expect
+local command = n.command
describe('search_mbyte', function()
before_each(clear)