Skip to content

Commit 013f202

Browse files
committed
Run with widgets in the cursor move test.
This is the more common user mode (so we could run in both, but let's at least run in this one).
1 parent 4c370d5 commit 013f202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/infoview/move_cursor_to_goal_spec.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
local helpers = require 'spec.helpers'
66
local infoview = require 'lean.infoview'
77

8-
require('lean').setup { infoview = { use_widgets = false } }
8+
require('lean').setup {}
99

1010
describe(
1111
'move_cursor_to_goal',
@@ -23,7 +23,7 @@ describe(
2323
it('moves the cursor to the first goal by default', function()
2424
lean_window = vim.api.nvim_get_current_win()
2525

26-
helpers.move_cursor { to = { 4, 2 } }
26+
helpers.move_cursor { to = { 4, 3 } }
2727
local current_infoview = infoview.get_current_infoview()
2828

2929
helpers.wait_for_loading_pins(current_infoview)

0 commit comments

Comments
 (0)