diff options
Diffstat (limited to 'test/functional/ex_cmds/quit_spec.lua')
-rw-r--r-- | test/functional/ex_cmds/quit_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ex_cmds/quit_spec.lua b/test/functional/ex_cmds/quit_spec.lua index 016a607743..fe138a24c8 100644 --- a/test/functional/ex_cmds/quit_spec.lua +++ b/test/functional/ex_cmds/quit_spec.lua @@ -2,7 +2,7 @@ local helpers = require('test.functional.helpers')(after_each) local clear = helpers.clear describe(':qa', function() - before_each(function() + before_each(function() clear('--cmd', 'qa') end) |