Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Apr 16, 2024
1 parent d1bee94 commit a7fed25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/y2storage/dialogs/proposal_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ def menu_button_item_with_id(id, content)

let(:proposal) do
double("Y2Storage::GuidedProposal",
proposed?: proposed, settings: nil,
proposed?: proposed,
settings: nil,
auto_settings_adjustment: adjustment)
end
let(:adjustment) { nil }
Expand Down

0 comments on commit a7fed25

Please sign in to comment.