Skip to content

Commit d30b567

Browse files
committed
tests: update the out of bounds tests now that select() updates the stored cursor
1 parent 3bd6d52 commit d30b567

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/harpoon/test/harpoon_spec.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ describe("harpoon", function()
128128
col = 3,
129129
}, {
130130
row = 4,
131-
col = 3,
131+
col = 2,
132132
})
133133
end)
134134

@@ -138,7 +138,7 @@ describe("harpoon", function()
138138
col = 4,
139139
}, {
140140
row = 4,
141-
col = 3,
141+
col = 2,
142142
})
143143
end)
144144

@@ -148,7 +148,7 @@ describe("harpoon", function()
148148
col = 4,
149149
}, {
150150
row = 4,
151-
col = 3,
151+
col = 2,
152152
})
153153
end)
154154

0 commit comments

Comments
 (0)