Skip to content

Commit a57e571

Browse files
committed
Fix missing mock in ProcessingJob spec
1 parent 6a1a8f7 commit a57e571

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

spec/jobs/processing_job_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
Processor::Aggregator.expects(:perform)
3030
Processor::CompoundResultCalculator.expects(:perform)
3131
Processor::Interpreter.expects(:perform)
32+
33+
periodic_processing.expects(:update).with(state: "READY")
3234
end
3335

3436
it 'should process the repository periodically' do

0 commit comments

Comments
 (0)