Skip to content

Commit

Permalink
Fix text in unit test
Browse files Browse the repository at this point in the history
Co-authored-by: José Iván López <[email protected]>
  • Loading branch information
ancorgs and joseivanlopez authored Oct 25, 2024
1 parent 6e491c0 commit 811ecb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/test/y2storage/agama_proposal_search_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
expect(disk.partitions.size).to eq 1
end

it "register a no issues about non-existent partitions" do
it "does not include any issue about non-existent partitions" do
proposal.propose
expect(proposal.issues_list).to be_empty
end
Expand Down

0 comments on commit 811ecb9

Please sign in to comment.