未验证 提交 6fc1bd6e 编写于 作者: R Ryuta Kamizono 提交者: GitHub

Merge pull request #35555 from shailesh-kalamkar/fix-autosave-association-test-typo

Fix autosave_association_test.rb typo
......@@ -1806,7 +1806,7 @@ def test_after_save_callback_with_autosave
end
class TestAutosaveAssociationOnAHasManyAssociationDefinedInSubclassWithAcceptsNestedAttributes < ActiveRecord::TestCase
def test_should_update_children_when_asssociation_redefined_in_subclass
def test_should_update_children_when_association_redefined_in_subclass
agency = Agency.create!(name: "Agency")
valid_project = Project.create!(firm: agency, name: "Initial")
agency.update!(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册