Skip to content

Commit f6a7b29

Browse files
BurdetteLamarkou
andauthored
Update test/csv/csv-filter/test_csv_filter.rb
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
1 parent c23e371 commit f6a7b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/csv/csv-filter/test_csv_filter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def test_invalid_option
101101
do_test(debugging: false) do
102102
%w[-Z --ZZZ].each do |option_name|
103103
cli_out_s, cli_err_s = results_for_cli_option(option_name)
104-
assert_empty(cli_out_s)
104+
assert_equal("", cli_out_s)
105105
assert_match(/OptionParser::InvalidOption/, cli_err_s)
106106
end
107107
end

0 commit comments

Comments
 (0)