diff options
Diffstat (limited to 'test/functional/plugin/tutor_spec.lua')
-rw-r--r-- | test/functional/plugin/tutor_spec.lua | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/test/functional/plugin/tutor_spec.lua b/test/functional/plugin/tutor_spec.lua index b8d5dc9399..9f381d45db 100644 --- a/test/functional/plugin/tutor_spec.lua +++ b/test/functional/plugin/tutor_spec.lua @@ -1,8 +1,10 @@ +local t = require('test.testutil') +local n = require('test.functional.testnvim')() local Screen = require('test.functional.ui.screen') -local t = require('test.functional.testutil')() -local clear = t.clear -local command = t.command -local feed = t.feed + +local clear = n.clear +local command = n.command +local feed = n.feed local is_os = t.is_os describe(':Tutor', function() |