Skip to content

Commit 31c2f2f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/csv/csv-filter/test_csv_filter.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ def test_no_options
7575

7676
def test_option_h
7777
output, error = results_for_cli_option("-h")
78-
assert_equal("Usage: csv-filter [options]\n", output.lines.first)
79-
assert_equal("", error)
78+
assert_equal(["Usage: csv-filter [options]\n", ""],
79+
[output.lines.first, error])
8080
end
8181

8282
def test_option_v

0 commit comments

Comments
 (0)