diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2015-12-20 22:41:40 +0100 |
---|---|---|
committer | Marco Hinz <mh.codebro@gmail.com> | 2015-12-20 22:41:40 +0100 |
commit | 376b973a0ae77243acdc15d1c786ea1f40aeb8a4 (patch) | |
tree | 0cd4dd29479d63958eed3d4e6ec4628226bfd63f /test | |
parent | e9161799bf643e5df5038f09fced3c0e1690a66d (diff) | |
download | rneovim-376b973a0ae77243acdc15d1c786ea1f40aeb8a4.tar.gz rneovim-376b973a0ae77243acdc15d1c786ea1f40aeb8a4.tar.bz2 rneovim-376b973a0ae77243acdc15d1c786ea1f40aeb8a4.zip |
Tests: fix according to lualint
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/legacy/fixeol_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/fixeol_spec.lua b/test/functional/legacy/fixeol_spec.lua index 578178d707..2d1824c8cd 100644 --- a/test/functional/legacy/fixeol_spec.lua +++ b/test/functional/legacy/fixeol_spec.lua @@ -1,7 +1,7 @@ -- Tests for 'fixeol' local helpers = require('test.functional.helpers') -local feed, insert, source = helpers.feed, helpers.insert, helpers.source +local feed = helpers.feed local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect describe('fixeol', function() |