diff options
Diffstat (limited to 'test/functional/legacy/057_sort_spec.lua')
-rw-r--r-- | test/functional/legacy/057_sort_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/legacy/057_sort_spec.lua b/test/functional/legacy/057_sort_spec.lua index 328d6f6fa0..9b4746591f 100644 --- a/test/functional/legacy/057_sort_spec.lua +++ b/test/functional/legacy/057_sort_spec.lua @@ -2,8 +2,8 @@ local helpers = require('test.functional.helpers')(after_each) -local insert, command, clear, expect, eq, poke_eventloop = helpers.insert, - helpers.command, helpers.clear, helpers.expect, helpers.eq, helpers.poke_eventloop +local insert, command, clear, expect, eq, poke_eventloop = + helpers.insert, helpers.command, helpers.clear, helpers.expect, helpers.eq, helpers.poke_eventloop local exc_exec = helpers.exc_exec describe(':sort', function() |