Use assert_equal

This commit is contained in:
Rafael Mendonça França 2021-11-29 22:49:39 +00:00
parent b749f23c0a
commit 6f2c4027e8
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 1 additions and 1 deletions

View File

@ -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