diff options
author | KillTheMule <KillTheMule@users.noreply.github.com> | 2016-06-02 22:07:34 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-06-05 04:26:18 -0400 |
commit | dfaf7204429bec44891ffc8fdcb145b7d3df4c6a (patch) | |
tree | a9f908779cf3d7f3511eddba92c77e49e2b603c0 | |
parent | b4848c5d1474d7226e86acf653fba8b249321c93 (diff) | |
download | rneovim-dfaf7204429bec44891ffc8fdcb145b7d3df4c6a.tar.gz rneovim-dfaf7204429bec44891ffc8fdcb145b7d3df4c6a.tar.bz2 rneovim-dfaf7204429bec44891ffc8fdcb145b7d3df4c6a.zip |
Testlinting.
-rw-r--r-- | test/functional/legacy/055_list_and_dict_types_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/055_list_and_dict_types_spec.lua b/test/functional/legacy/055_list_and_dict_types_spec.lua index 4b663be04c..c3237f9afa 100644 --- a/test/functional/legacy/055_list_and_dict_types_spec.lua +++ b/test/functional/legacy/055_list_and_dict_types_spec.lua @@ -1,7 +1,7 @@ -- Tests for List and Dictionary types. local helpers = require('test.functional.helpers') -local feed, insert, source = helpers.feed, helpers.insert, helpers.source +local feed, source = helpers.feed, helpers.source local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect describe('list and dictionary types', function() |