You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The check in lib/sidekiq_unique_jobs/config.rb only looks if you're using sidekiq testing, not which method you're using. So, even if you're using sidekiq's fake testing method, sidekiq-unique-jobs still blows with the mock_redis gem. Is this gem necessary in all scenarios?
The text was updated successfully, but these errors were encountered:
There is an inconsistency between the testing strategy and the testing connector. The strategy checks Sidekiq::Testing.inline? and the connector doesn't. This breaks a all my tests.
The check in
lib/sidekiq_unique_jobs/config.rb
only looks if you're using sidekiq testing, not which method you're using. So, even if you're using sidekiq's fake testing method, sidekiq-unique-jobs still blows with the mock_redis gem. Is this gem necessary in all scenarios?The text was updated successfully, but these errors were encountered: