Skip to content

Commit

Permalink
add missing spec (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld authored Dec 26, 2024
1 parent e21f337 commit aa0c87c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/lib/waterdrop/errors_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
specify { expect(error).to be < described_class::BaseError }
end

describe 'ProducerTransactionalCloseAttemptError' do
subject(:error) { described_class::ProducerTransactionalCloseAttemptError }

specify { expect(error).to be < described_class::BaseError }
end

describe 'MessageInvalidError' do
subject(:error) { described_class::MessageInvalidError }

Expand Down

0 comments on commit aa0c87c

Please sign in to comment.