diff options
Diffstat (limited to 'test/functional/legacy/textobjects_spec.lua')
-rw-r--r-- | test/functional/legacy/textobjects_spec.lua | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/test/functional/legacy/textobjects_spec.lua b/test/functional/legacy/textobjects_spec.lua index 52986e6be0..9ed8716bff 100644 --- a/test/functional/legacy/textobjects_spec.lua +++ b/test/functional/legacy/textobjects_spec.lua @@ -1,9 +1,10 @@ -local t = require('test.functional.testutil')() -local call = t.call -local clear = t.clear -local command = t.command -local expect = t.expect -local source = t.source +local n = require('test.functional.testnvim')() + +local call = n.call +local clear = n.clear +local command = n.command +local expect = n.expect +local source = n.source describe('Text object', function() before_each(function() |