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:
parent
df76f078bc
commit
9f7ee7e4e7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue