Skip to content

Commit

Permalink
fixed testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Jan 30, 2025
1 parent e74e565 commit 5ce39ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bls_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
describe "#write_menu_timeout" do
it "calls sdbootutil set-timeout" do
expect(Yast::Execute).to receive(:on_target!)
.with("/usr/bin/sdbootutil", "set-timeout",
.with("/usr/bin/sdbootutil", "set-timeout", "--",
10)
subject.write_menu_timeout(10)
end
Expand Down

0 comments on commit 5ce39ce

Please sign in to comment.