Commit 98e0c34d authored by syasonik's avatar syasonik

Update expected number of processing stages

parent b602caf1
......@@ -13,7 +13,7 @@ describe Gitlab::Metrics::Dashboard::Processor do
let(:sequence) { described_class.new(*params).__send__(:sequence, insert_project_metrics: true) }
it 'includes the alerts processing stage' do
expect(sequence.length).to eq(4)
expect(sequence.length).to eq(5)
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