1
0
Fork 0
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:
Tyson Tate 2012-10-30 23:26:32 -07:00
parent 2f357073b7
commit 08f54d1e11
2 changed files with 0 additions and 2 deletions

View file

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

View file

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