diff options
Diffstat (limited to 'test/functional/ex_cmds/print_commands_spec.lua')
-rw-r--r-- | test/functional/ex_cmds/print_commands_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/ex_cmds/print_commands_spec.lua b/test/functional/ex_cmds/print_commands_spec.lua index ba5ec7d2d1..8ec8b5c86d 100644 --- a/test/functional/ex_cmds/print_commands_spec.lua +++ b/test/functional/ex_cmds/print_commands_spec.lua @@ -1,5 +1,5 @@ -local helpers = require('test.functional.helpers')(after_each) -local clear, eq, command, fn = helpers.clear, helpers.eq, helpers.command, helpers.fn +local t = require('test.functional.testutil')(after_each) +local clear, eq, command, fn = t.clear, t.eq, t.command, t.fn describe(':z^', function() before_each(clear) |