diff --git a/lua/harpoon/test/harpoon_spec.lua b/lua/harpoon/test/harpoon_spec.lua index a922576..d120204 100644 --- a/lua/harpoon/test/harpoon_spec.lua +++ b/lua/harpoon/test/harpoon_spec.lua @@ -122,11 +122,11 @@ describe("harpoon", function() setup = true config = c end, - }); + }) harpoon:setup({ - foo = { } - }); + foo = {}, + }) harpoon:list() eq(true, setup) @@ -134,8 +134,5 @@ describe("harpoon", function() eq(true, list_created) eq(Config.DEFAULT_LIST, list_name) - end) - - end)