diff options
Diffstat (limited to 'test/functional/legacy/digraph_spec.lua')
-rw-r--r-- | test/functional/legacy/digraph_spec.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/legacy/digraph_spec.lua b/test/functional/legacy/digraph_spec.lua index f11043bd10..5ee899d859 100644 --- a/test/functional/legacy/digraph_spec.lua +++ b/test/functional/legacy/digraph_spec.lua @@ -1,7 +1,7 @@ -local helpers = require('test.functional.helpers')(after_each) +local t = require('test.functional.testutil')(after_each) local Screen = require('test.functional.ui.screen') -local clear = helpers.clear -local feed = helpers.feed +local clear = t.clear +local feed = t.feed before_each(clear) |