Replace `Sidekiq::Testing.inline!` with `perform_enqueued_jobs`
ActiveJob::TestHelpers#perform_enqueued_jobs
is adapter-agnostic so it's better to use it over Sidekiq::Testing.inline!
.
Related discussion
Edited by Eric Eastwood
ActiveJob::TestHelpers#perform_enqueued_jobs
is adapter-agnostic so it's better to use it over Sidekiq::Testing.inline!
.
Related discussion