Fix counter.

This commit is contained in:
Rob Christie 2020-12-11 00:22:10 -07:00 committed by Kyle Rosenbaum
parent 9b77993ab5
commit 6388ca51ec
1 changed files with 1 additions and 1 deletions

View File

@ -143,8 +143,8 @@ module RSpecQ
_result = RSpec::Core::Runner.new(opts).run($stderr, $stdout)
queue.acknowledge_job(job)
idx += 1
end
idx += 1
end
# Update the worker heartbeat if necessary