1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2017-03-24 12:06:27 -07:00
parent 701584e24e
commit aed8d4577e

View file

@ -638,7 +638,7 @@ class TestWeb < Sidekiq::Test
job = "{ something bad }"
score = Time.now.to_f
Sidekiq.redis do |conn|
conn.zadd('schedule', score, job)
conn.zadd('dead', score, job)
end
[job, score]
end