We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3cb4ed commit e35fe03Copy full SHA for e35fe03
test/unit/dispatcher_test.rb
@@ -116,8 +116,6 @@ class DispatcherTest < ActiveSupport::TestCase
116
dispatchers.each(&:stop)
117
118
assert_equal SolidQueue::Job.count, SolidQueue::RecurringExecution.count
119
- assert SolidQueue::Job.count < 4
120
-
121
run_at_times = SolidQueue::RecurringExecution.all.map(&:run_at).sort
122
0.upto(run_at_times.length - 2) do |i|
123
assert_equal 1, run_at_times[i + 1] - run_at_times[i]
0 commit comments