Skip to content

Commit

Permalink
Update test/csv/test_tsv.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <[email protected]>
  • Loading branch information
jsxs0 and kou authored Nov 14, 2024
1 parent e1b962a commit afea032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/csv/test_tsv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class TestTSV < Test::Unit::TestCase
def test_default_separator
tsv = TSV.new(String.new)
tsv = CSV::TSV.new(String.new)
assert_equal("\t", tsv.col_sep)
end

Expand Down

0 comments on commit afea032

Please sign in to comment.