Skip to content

Commit

Permalink
Fix rubocop offense
Browse files Browse the repository at this point in the history
  • Loading branch information
anero committed Dec 16, 2024
1 parent 89c31be commit 41da721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/sidekiq/throttled/strategy_collection_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
end
end

describe '#retry_in' do
describe "#retry_in" do
let(:strategies) do
[
{ limit: 1, key_suffix: ->(_project_id, user_id) { user_id } },
Expand Down

0 comments on commit 41da721

Please sign in to comment.