mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
parent
13049fcd12
commit
c663e8b209
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ class TestRetry < Sidekiq::Test
|
|||
rescue ::StandardError => e1
|
||||
begin
|
||||
raise ::StandardError, 'Error 2'
|
||||
rescue ::StandardError => _
|
||||
rescue ::StandardError
|
||||
raise e1
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue