Skip to content

Commit

Permalink
adjust unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
wfeldt committed Sep 25, 2019
1 parent 152f8ac commit 2d7990a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/lib/clients/pre_umount_finish_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@

it "does not preserve randomness state" do
expect(Yast::WFM).not_to receive(:Execute).with(anything, /dd/)
expect(Yast::WFM).not_to receive(:Execute).with(anything, /killproc -TERM/)

subject.write
end
Expand All @@ -54,7 +53,6 @@

it "does preserve randomness state" do
expect(Yast::WFM).to receive(:Execute).with(anything, /dd/)
expect(Yast::WFM).to receive(:Execute).with(anything, /killproc -TERM/)

subject.write
end
Expand Down

0 comments on commit 2d7990a

Please sign in to comment.