Merge pull request #48157 from shivamsinghchahar/improve-aj-queue-adapter-test

Improve AJ queue adapter test case
This commit is contained in:
Yasuo Honda 2023-05-08 11:44:12 +09:00 committed by GitHub
commit 0b5f6ad82f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ class QueueAdapterTest < ActiveJob::TestCase
child_job_three = Class.new(ActiveJob::Base)
assert_not_nil child_job_three.queue_adapter
assert_equal base_queue_adapter, child_job_three.queue_adapter, "child_job_three's queue adapter should remain unchanged"
end
test "should extract a reasonable name from a class instance" do