diff options
Diffstat (limited to 'test/functional/legacy/debugger_spec.lua')
-rw-r--r-- | test/functional/legacy/debugger_spec.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/functional/legacy/debugger_spec.lua b/test/functional/legacy/debugger_spec.lua index 6d8547ead1..2d682d5073 100644 --- a/test/functional/legacy/debugger_spec.lua +++ b/test/functional/legacy/debugger_spec.lua @@ -1,9 +1,9 @@ -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 command = helpers.command -local feed = helpers.feed -local write_file = helpers.write_file +local clear = t.clear +local command = t.command +local feed = t.feed +local write_file = t.write_file before_each(clear) |