mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Change test to avoid warnings.
This commit is contained in:
@@ -68,7 +68,7 @@ class MultipartParamsParsingTest < ActionDispatch::IntegrationTest
|
||||
|
||||
assert_equal 'file.txt', file.original_filename
|
||||
assert_equal "text/plain", file.content_type
|
||||
assert ('a' * 20480) == file.read
|
||||
assert_equal(('a' * 20480), file.read)
|
||||
end
|
||||
|
||||
test "parses binary file" do
|
||||
|
||||
Reference in New Issue
Block a user