Skip to content

Commit

Permalink
fix rubocop offences
Browse files Browse the repository at this point in the history
  • Loading branch information
moofkit committed Mar 3, 2024
1 parent 22be99f commit 575efad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/sidekiq/rescue_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

RSpec.describe Sidekiq::Rescue do
it "has a version number" do
expect(Sidekiq::Rescue::VERSION).not_to be_nil
expect(described_class::VERSION).not_to be_nil
end

it "provides a default sidekiq logger" do
Expand Down

0 comments on commit 575efad

Please sign in to comment.