diff --git a/lua/harpoon/test/harpoon_spec.lua b/lua/harpoon/test/harpoon_spec.lua index 2dca4c09..fc8a01c6 100644 --- a/lua/harpoon/test/harpoon_spec.lua +++ b/lua/harpoon/test/harpoon_spec.lua @@ -128,7 +128,7 @@ describe("harpoon", function() col = 3, }, { row = 4, - col = 3, + col = 2, }) end) @@ -138,7 +138,7 @@ describe("harpoon", function() col = 4, }, { row = 4, - col = 3, + col = 2, }) end) @@ -148,7 +148,7 @@ describe("harpoon", function() col = 4, }, { row = 4, - col = 3, + col = 2, }) end)