1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Delete excess variable in test retry rescue

Updated for bcbe9b258a
This commit is contained in:
Anton Davydov 2015-06-22 21:07:28 +03:00
parent 13049fcd12
commit c663e8b209

View file

@ -354,7 +354,7 @@ class TestRetry < Sidekiq::Test
rescue ::StandardError => e1
begin
raise ::StandardError, 'Error 2'
rescue ::StandardError => _
rescue ::StandardError
raise e1
end
end