From 4a69e55f390fcbd5e3d6c88c882c0b921c9b6f87 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 17 Nov 2015 22:44:00 +0100 Subject: test/functional: clean up according to luacheck (part 1) --- test/functional/legacy/096_location_list_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/legacy/096_location_list_spec.lua') diff --git a/test/functional/legacy/096_location_list_spec.lua b/test/functional/legacy/096_location_list_spec.lua index 2ccfd3530d..6e2f22ea33 100644 --- a/test/functional/legacy/096_location_list_spec.lua +++ b/test/functional/legacy/096_location_list_spec.lua @@ -7,7 +7,7 @@ -- it belongs to. local helpers = require('test.functional.helpers') -local feed, insert, source = helpers.feed, helpers.insert, helpers.source +local source = helpers.source local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect describe('location list', function() -- cgit