diff options
Diffstat (limited to 'test/functional/legacy/digraph_spec.lua')
-rw-r--r-- | test/functional/legacy/digraph_spec.lua | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/functional/legacy/digraph_spec.lua b/test/functional/legacy/digraph_spec.lua index 687f5520b7..ed1071079c 100644 --- a/test/functional/legacy/digraph_spec.lua +++ b/test/functional/legacy/digraph_spec.lua @@ -1,7 +1,8 @@ -local t = require('test.functional.testutil')() +local n = require('test.functional.testnvim')() local Screen = require('test.functional.ui.screen') -local clear = t.clear -local feed = t.feed + +local clear = n.clear +local feed = n.feed before_each(clear) |