Skip to content

Commit c354176

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

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
@@ -31,7 +31,7 @@ def csv_filepath(csv_in_s, dirpath, option_sym)
3131
end
3232

3333
# Return stdout and stderr from CLI execution.
34-
def run_csv_filter(filepath, cli_option_names = [])
34+
def run_csv_filter(filepath, *cli_option_names)
3535
top_dir = File.join(__dir__, "..", "..", "..")
3636
command_line_s = [
3737
Gem.ruby,

0 commit comments

Comments
 (0)