mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
fix build
This commit is contained in:
parent
93fd5205fe
commit
7a69129769
2 changed files with 1 additions and 2 deletions
|
@ -14,4 +14,3 @@ rvm:
|
|||
matrix:
|
||||
allow_failures:
|
||||
- rvm: rbx-2
|
||||
- rvm: jruby-head
|
||||
|
|
|
@ -195,7 +195,7 @@ class TestClient < Sidekiq::Test
|
|||
describe 'Sidekiq::Worker#set' do
|
||||
class SetWorker
|
||||
include Sidekiq::Worker
|
||||
sidekiq_options queue: :foo, 'retry': 12
|
||||
sidekiq_options :queue => :foo, 'retry' => 12
|
||||
end
|
||||
|
||||
def setup
|
||||
|
|
Loading…
Reference in a new issue