Skip to content

Commit

Permalink
chore(lint): lint'em real good
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenrixon committed Feb 7, 2024
1 parent e8e24d3 commit f040915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/sidekiq/worker_spec.rb → spec/sidekiq/job_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
describe "#clear_all" do
it "unlocks all unique locks" do
expect(UntilAndWhileExecutingJob.perform_async).not_to be_nil
Sidekiq::Job.clear_all
described_class.clear_all
expect(UntilAndWhileExecutingJob.perform_async).not_to be_nil
end
end
Expand Down

0 comments on commit f040915

Please sign in to comment.