Skip to content

Commit

Permalink
fix: use correct cursor position
Browse files Browse the repository at this point in the history
  • Loading branch information
Wansmer committed Aug 5, 2024
1 parent 2bb1fd9 commit 6c61b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/langs/go/join_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ local data_for_join = {
mode = 'join',
lang = LANG,
desc = 'lang "%s", block "block", preset default',
cursor = { 29, 12 },
cursor = { 28, 12 },
expected = { 24, 25 },
result = { 27, 28 },
},
Expand Down

0 comments on commit 6c61b84

Please sign in to comment.