1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Minor test fix

This commit is contained in:
Santiago Bartesaghi 2021-05-27 13:09:35 -03:00
parent df76f078bc
commit 9f7ee7e4e7

View file

@ -73,7 +73,7 @@ class PersistenceTest < ActiveRecord::TestCase
"Please pass the ids of the objects by calling `pluck(:id)` or `map(&:id)`.", error.message
assert_not_equal "updated", Topic.first.content
assert_not_equal "updated", Topic.second
assert_not_equal "updated", Topic.second.content
end
def test_class_level_update_without_ids