Skip to content

Commit

Permalink
[ruby/csv] Revert "test: use binary mode explicitly for Ruby 2.7"
Browse files Browse the repository at this point in the history
This reverts commit 736174d28413a4c36630b0daf2f170c8d2fc9abe.

It doesn't solve anything.

ruby/csv@0ee3bdd0d3
  • Loading branch information
kou authored and nobu committed Jul 19, 2020
1 parent 07186ac commit c5a4d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/csv/test_encodings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_read_with_default_encoding
no_warnings do
Encoding.default_external = encoding
end
result = CSV.read(@temp_csv_path, "rb")[0][0]
result = CSV.read(@temp_csv_path)[0][0]
ensure
no_warnings do
Encoding.default_external = default_external
Expand Down

0 comments on commit c5a4d47

Please sign in to comment.