diff --git a/test/test_exception_handler.rb b/test/test_exception_handler.rb index d11b9466..39c51a1d 100644 --- a/test/test_exception_handler.rb +++ b/test/test_exception_handler.rb @@ -8,7 +8,7 @@ ExceptionHandlerTestException = Class.new(StandardError) TEST_EXCEPTION = ExceptionHandlerTestException.new("Something didn't work!") class Component - include Sidekiq::Util + include Sidekiq::ExceptionHandler def invoke_exception(args) raise TEST_EXCEPTION