mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Remove unused variables in tests.
This commit is contained in:
parent
2f357073b7
commit
08f54d1e11
2 changed files with 0 additions and 2 deletions
|
@ -43,7 +43,6 @@ class TestMiddleware < MiniTest::Unit::TestCase
|
|||
end
|
||||
|
||||
it 'executes middleware in the proper order' do
|
||||
recorder = []
|
||||
msg = Sidekiq.dump_json({ 'class' => CustomWorker.to_s, 'args' => [$recorder] })
|
||||
|
||||
Sidekiq.server_middleware do |chain|
|
||||
|
|
|
@ -55,7 +55,6 @@ class TestStats < MiniTest::Unit::TestCase
|
|||
|
||||
processor = Sidekiq::Processor.new(boss)
|
||||
|
||||
pstr = processor.to_s
|
||||
assert_raises RuntimeError do
|
||||
processor.process(msg, 'xyzzy')
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue