aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2015-12-20 22:41:40 +0100
committerMarco Hinz <mh.codebro@gmail.com>2015-12-20 22:41:40 +0100
commit376b973a0ae77243acdc15d1c786ea1f40aeb8a4 (patch)
tree0cd4dd29479d63958eed3d4e6ec4628226bfd63f
parente9161799bf643e5df5038f09fced3c0e1690a66d (diff)
downloadrneovim-376b973a0ae77243acdc15d1c786ea1f40aeb8a4.tar.gz
rneovim-376b973a0ae77243acdc15d1c786ea1f40aeb8a4.tar.bz2
rneovim-376b973a0ae77243acdc15d1c786ea1f40aeb8a4.zip
Tests: fix according to lualint
-rw-r--r--test/functional/legacy/fixeol_spec.lua2
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()