Closed Ferenc- closed 4 months ago
Fixes the following error message
DEPRECATED: Use assert_nil if expecting nil from /workspace/ruby-sensor/test/secrets_test.rb:97. This will fail in Minitest 6.
I think we should consider using assert_nil in the below lines as well. We've already changed it here in a previous commit. tracer_test.rb#L124 tracer_test.rb#L154
I think we should consider using assert_nil in the below lines as well. We've already changed it here in a previous commit.
assert_nil
tracer_test.rb#L124 tracer_test.rb#L154
Good point. I have changed these and some more in sidekiq tests.
Fixes the following error message