Skip to content

Commit

Permalink
Fix a broken test.
Browse files Browse the repository at this point in the history
  • Loading branch information
vkononov committed Mar 5, 2024
1 parent af1118f commit 5b7cf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/package/test_audit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_that_the_exit_code_is_1_when_report_is_not_empty
def test_that_there_is_a_report_of_gems
output = `bundle exec package-audit test/files/gemfile/report`

assert_match 'Found a total of 3 ruby packages.', output
assert_match 'Found a total of 3 Ruby packages.', output
assert_match '1 vulnerable (11 vulnerabilities), 2 outdated, 1 deprecated.', output
end

Expand Down

0 comments on commit 5b7cf21

Please sign in to comment.