diff options
author | ZyX <kp-pav@yandex.ru> | 2017-04-09 03:31:13 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-04-09 03:31:13 +0300 |
commit | f5be643205e98fcecc41c0b7ce19a5a22f692f2c (patch) | |
tree | ec727efb1a2a2943cecaed07b9f53a042e6549be /test/functional/legacy/057_sort_spec.lua | |
parent | 0ac2afdec73711d8006d6227fcb1d7b658ccf184 (diff) | |
download | rneovim-f5be643205e98fcecc41c0b7ce19a5a22f692f2c.tar.gz rneovim-f5be643205e98fcecc41c0b7ce19a5a22f692f2c.tar.bz2 rneovim-f5be643205e98fcecc41c0b7ce19a5a22f692f2c.zip |
functests: Fix linter errors
Diffstat (limited to 'test/functional/legacy/057_sort_spec.lua')
-rw-r--r-- | test/functional/legacy/057_sort_spec.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/functional/legacy/057_sort_spec.lua b/test/functional/legacy/057_sort_spec.lua index b3343d3af0..bdc2c9779c 100644 --- a/test/functional/legacy/057_sort_spec.lua +++ b/test/functional/legacy/057_sort_spec.lua @@ -2,9 +2,8 @@ local helpers = require('test.functional.helpers')(after_each) -local insert, command, clear, expect, eq, eval, wait = helpers.insert, - helpers.command, helpers.clear, helpers.expect, helpers.eq, helpers.eval, - helpers.wait +local insert, command, clear, expect, eq, wait = helpers.insert, + helpers.command, helpers.clear, helpers.expect, helpers.eq, helpers.wait local exc_exec = helpers.exc_exec describe(':sort', function() |