Skip to content

Commit

Permalink
Update test/csv/csv-filter/test_csv_filter.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <[email protected]>
  • Loading branch information
BurdetteLamar and kou authored Dec 16, 2024
1 parent c23e371 commit f6a7b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/csv/csv-filter/test_csv_filter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_invalid_option
do_test(debugging: false) do
%w[-Z --ZZZ].each do |option_name|
cli_out_s, cli_err_s = results_for_cli_option(option_name)
assert_empty(cli_out_s)
assert_equal("", cli_out_s)
assert_match(/OptionParser::InvalidOption/, cli_err_s)
end
end
Expand Down

0 comments on commit f6a7b29

Please sign in to comment.