Skip to content

Commit

Permalink
Fixed autosave association test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shailesh-kalamkar committed Mar 9, 2019
1 parent b075bbd commit fd56f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/autosave_association_test.rb
Expand Up @@ -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!(
Expand Down

0 comments on commit fd56f9b

Please sign in to comment.