From 376b973a0ae77243acdc15d1c786ea1f40aeb8a4 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Sun, 20 Dec 2015 22:41:40 +0100 Subject: [PATCH] Tests: fix according to lualint --- test/functional/legacy/fixeol_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()