Commit c6f1978b authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Fix broken master due to Sidekiq usage

We switched to Sidekiq.fake when running tests but this test
needs the worker to run inline
parent 4fff94c0
......@@ -321,7 +321,7 @@ describe Epics::UpdateDatesService do
expect(epic.due_date_sourcing_epic).to be_nil
end
context "when epic dates are propagated upwards" do
context "when epic dates are propagated upwards", :sidekiq_inline do
let(:top_level_parent_epic) { create(:epic, group: group) }
let(:parent_epic) { create(:epic, group: group, parent: top_level_parent_epic) }
......
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