Skip to content

Commit

Permalink
Remove garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
kou authored Jun 4, 2024
1 parent b86b34c commit d30d9bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/csv/interface/test_read.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ def test_foreach

def test_foreach_stringio
string_io = StringIO.new(@data)

rows = []
rows = CSV.foreach(string_io, col_sep: "\t", row_sep: "\r\n").to_a
assert_equal(@rows, rows)
end
Expand Down

0 comments on commit d30d9bb

Please sign in to comment.