mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
oops
This commit is contained in:
parent
701584e24e
commit
aed8d4577e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue