Skip to content

Commit 7102e61

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

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
@@ -89,7 +89,7 @@ def test_no_options
8989
# Tests for general options.
9090

9191
def test_option_h
92-
cli_out_s, cli_err_s = results_for_cli_option('-h')
92+
output, error = results_for_cli_option('-h')
9393
assert_equal("Usage: csv-filter [options]\n", cli_out_s.lines.first)
9494
assert_equal('', cli_err_s)
9595
end

0 commit comments

Comments
 (0)