Skip to content

Commit

Permalink
Fix typo in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
teckwan committed Jul 29, 2023
1 parent e46e49f commit aa92bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rspec/sidekiq/matchers/be_delayed_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

Object.delay.is_a? Object

expect(delay_subject.matchers? Object.method :is_a?).to be true
expect(delay_subject.matches? Object.method :is_a?).to be true
end
end

Expand Down

0 comments on commit aa92bb1

Please sign in to comment.