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 }"
|
job = "{ something bad }"
|
||||||
score = Time.now.to_f
|
score = Time.now.to_f
|
||||||
Sidekiq.redis do |conn|
|
Sidekiq.redis do |conn|
|
||||||
conn.zadd('schedule', score, job)
|
conn.zadd('dead', score, job)
|
||||||
end
|
end
|
||||||
[job, score]
|
[job, score]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue