提交 19d698d2 编写于 作者: R Rafael Mendonça França

Merge pull request #17353 from swapdisc/activejob-queue-test-typo

💅 fix typos in activejob queuing test
......@@ -3,13 +3,13 @@
require 'active_support/core_ext/numeric/time'
class QueuingTest < ActiveSupport::TestCase
test 'should run jobs enqueued on a listenting queue' do
test 'should run jobs enqueued on a listening queue' do
TestJob.perform_later @id
wait_for_jobs_to_finish_for(5.seconds)
assert job_executed
end
test 'should not run jobs queued on a non-listenting queue' do
test 'should not run jobs queued on a non-listening queue' do
skip if adapter_is?(:inline) || adapter_is?(:sucker_punch)
old_queue = TestJob.queue_name
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册