Skip to content

Commit 15e2891

Browse files
committed
Oops, this should have been in the last commit ⚡
1 parent c525201 commit 15e2891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: activerecord/test/cases/autosave_association_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ def test_a_child_marked_for_destruction_should_not_be_destroyed_twice_while_savi
837837
@pirate.parrots.each { |parrot| parrot.mark_for_destruction }
838838
assert @pirate.save
839839

840-
assert_no_queries do
840+
assert_queries(0) do
841841
assert @pirate.save
842842
end
843843
end

0 commit comments

Comments
 (0)