Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 11, 2020
1 parent 3c4385e commit 31310c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/system/test/kernel_test.rb
Expand Up @@ -259,7 +259,7 @@
context "on real hardware" do
before do
allow(Yast::Arch).to receive(:is_kvm).and_return(false)
allow(Yast::Arch).to receive(:is_domU).and_return(false)
allow(Yast::Arch).to receive(:is_xenU).and_return(false)
end

context "when product does not want hibernation proposal" do
Expand Down

0 comments on commit 31310c9

Please sign in to comment.