Skip to content

Commit f7659f5

Browse files
committed
rubocop
1 parent 0f96d10 commit f7659f5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

test/multiverse/suites/sidekiq/sidekiq_ignore_retry_errors_test.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_death_handlers_registered_when_sidekiq_ignore_retry_errors_is_true
9393
config[:death_handlers] || []
9494
end
9595

96-
puts "**************************"
96+
puts '**************************'
9797
puts "death_handlers: #{death_handlers.inspect}"
9898

9999
nr_death_handler_found = death_handlers.any? do |handler|
@@ -102,9 +102,8 @@ def test_death_handlers_registered_when_sidekiq_ignore_retry_errors_is_true
102102

103103
puts "nr_death_handler_found: #{nr_death_handler_found}"
104104

105-
puts "sidekiq.ignore_retry_errors:"
106-
puts NewRelic::Agent.config[:'sidekiq.ignore_retry_errors']
107-
puts "**************************"
105+
puts "sidekiq.ignore_retry_errors: #{NewRelic::Agent.config[:'sidekiq.ignore_retry_errors']}"
106+
puts '**************************'
108107

109108
assert nr_death_handler_found,
110109
'Expected NewRelic death_handler to be registered when sidekiq.ignore_retry_errors is true'

0 commit comments

Comments
 (0)