class SidekiqUniqueJobs::RSpec::Matchers::HaveValidSidekiqOptions

def failure_message

:nodoc:
def failure_message
  <<~FAILURE_MESSAGE
    Expected #{worker} to have valid sidekiq options but found the following problems:
    #{lock_config.errors_as_string}
  FAILURE_MESSAGE
end