diff options
Diffstat (limited to 'test/functional/autocmd/searchwrapped_spec.lua')
-rw-r--r-- | test/functional/autocmd/searchwrapped_spec.lua | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/functional/autocmd/searchwrapped_spec.lua b/test/functional/autocmd/searchwrapped_spec.lua index 0705b2d5de..e9fd1f400c 100644 --- a/test/functional/autocmd/searchwrapped_spec.lua +++ b/test/functional/autocmd/searchwrapped_spec.lua @@ -1,11 +1,11 @@ -local helpers = require('test.functional.helpers')(after_each) - -local clear = helpers.clear -local command = helpers.command -local api = helpers.api -local eq = helpers.eq -local eval = helpers.eval -local feed = helpers.feed +local t = require('test.functional.testutil')(after_each) + +local clear = t.clear +local command = t.command +local api = t.api +local eq = t.eq +local eval = t.eval +local feed = t.feed describe('autocmd SearchWrapped', function() before_each(function() |