Commit 49b5ef5c authored by Reuben Pereira's avatar Reuben Pereira Committed by Mayra Cabrera

Change occurrence of Sidekiq::Testing.inline!

- Change it to perform_enqueued_jobs
parent fb35a3b7
......@@ -13,7 +13,7 @@ describe BackfillStoreProjectFullPathInRepo, :migration do
subject(:migration) { described_class.new }
around do |example|
Sidekiq::Testing.inline! do
perform_enqueued_jobs do
example.run
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment