Skip to content

Commit

Permalink
fixed testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Nov 14, 2024
1 parent c639282 commit 3111016
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/grub2_bls_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
allow(Yast::Package).to receive(:Available).with("os-prober").and_return(true)
expect(subject.packages).to include("grub2-" + Yast::Arch.architecture + "-efi-bls")
expect(subject.packages).to include("sdbootutil")
expect(subject.packages).to include("grub2")
end
end

Expand Down

0 comments on commit 3111016

Please sign in to comment.