1
0
Fork 0
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:
Mike Perham 2013-02-28 13:48:43 -08:00
commit 6fb08eeea0

View file

@ -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