mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Merge pull request #743 from jdanielnd/master
Changed return of client_push method on testing
This commit is contained in:
commit
6fb08eeea0
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ module Sidekiq
|
||||||
|
|
||||||
def client_push(opts)
|
def client_push(opts)
|
||||||
jobs << opts
|
jobs << opts
|
||||||
true
|
opts.object_id
|
||||||
end
|
end
|
||||||
|
|
||||||
# Jobs queued for this worker
|
# Jobs queued for this worker
|
||||||
|
|
Loading…
Reference in a new issue