Skip to content

Commit

Permalink
Merge pull request rails#42304 from santib/minor-test-fix
Browse files Browse the repository at this point in the history
Minor test fix
  • Loading branch information
eugeneius authored May 27, 2021
2 parents df76f07 + 9f7ee7e commit fc3e0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/persistence_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_update_many_with_array_of_active_record_base_objects
"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
Expand Down

0 comments on commit fc3e0f9

Please sign in to comment.