Skip to content

Commit

Permalink
tests: update the out of bounds tests now that select() updates the s…
Browse files Browse the repository at this point in the history
…tored cursor
  • Loading branch information
davvid committed Apr 14, 2024
1 parent 2184b93 commit 9eea06a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/harpoon/test/harpoon_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ describe("harpoon", function()
col = 3,
}, {
row = 4,
col = 3,
col = 2,
})
end)

Expand All @@ -138,7 +138,7 @@ describe("harpoon", function()
col = 4,
}, {
row = 4,
col = 3,
col = 2,
})
end)

Expand All @@ -148,7 +148,7 @@ describe("harpoon", function()
col = 4,
}, {
row = 4,
col = 3,
col = 2,
})
end)

Expand Down

0 comments on commit 9eea06a

Please sign in to comment.