Skip to content

Commit

Permalink
Improve option description
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmarshall committed Sep 14, 2024
1 parent 9ce4b16 commit 59d67e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/minitest/verify_plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Minitest
def self.plugin_verify_options(opts, options)
opts.on "--verify", "Verify tests sometimes fail." do
opts.on "--verify", "Verify tests are not false negatives after running them." do
options[:enabled] = true
end
end
Expand Down

0 comments on commit 59d67e1

Please sign in to comment.