mirror of https://github.com/rails/rails
Use assert_equal
This commit is contained in:
parent
b749f23c0a
commit
6f2c4027e8
|
@ -664,7 +664,7 @@ class ErrorsTest < ActiveModel::TestCase
|
|||
|
||||
errors.merge!(errors)
|
||||
|
||||
assert(errors.errors.eql?(errors_before_merge.errors))
|
||||
assert_equal errors.errors, errors_before_merge.errors
|
||||
end
|
||||
|
||||
test "errors are marshalable" do
|
||||
|
|
Loading…
Reference in New Issue