Skip to content

Commit

Permalink
Merge pull request #51417 from akhilgkrishnan/test-typo-fix
Browse files Browse the repository at this point in the history
Fix typo: belong_to -> belongs_to
  • Loading branch information
fatkodima committed Mar 26, 2024
2 parents 31ba84d + 155dada commit e9b6185
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ class DestroyAssociationAsyncJobTest < ActiveRecord::TestCase
assert_match %r/destroy_association_async_job: uninitialized constant PretendActiveJobIsNotPresent/, error.message
end

test "belong_to dependent destroy_async requires destroy_association_async_job" do
test "belongs_to dependent destroy_async requires destroy_association_async_job" do
error = assert_raises ActiveRecord::ConfigurationError do
UnusedBelongsToAsync.belongs_to :essay_destroy_async, dependent: :destroy_async
end
Expand Down

0 comments on commit e9b6185

Please sign in to comment.