Skip to content

Commit

Permalink
Fix journal test
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktor-obrebski committed Oct 11, 2024
1 parent 2c31993 commit c42a23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gui/journal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ local function arrange_empty_journal(options)
journal_window.frame.h = options.h + 6
end

local text_area = journal_window.subviews.text_area
local text_area = journal_window.subviews.journal_editor.text_area

text_area.enable_cursor_blink = false
if not options.save_on_change then
Expand Down

0 comments on commit c42a23d

Please sign in to comment.