Skip to content

Commit 24a7b7e

Browse files
authored
replace 2.4 with 2.5 dist artefact (#490)
* replace 2.4 with 2.5 dist artefact * spec fix
1 parent dadec12 commit 24a7b7e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Binary file not shown.

spec/rdkafka/admin_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
describe '#describe_errors' do
3535
let(:errors) { admin.class.describe_errors }
3636

37-
it { expect(errors.size).to eq(168) }
37+
it { expect(errors.size).to eq(170) }
3838
it { expect(errors[-184]).to eq(code: -184, description: 'Local: Queue full', name: '_QUEUE_FULL') }
3939
it { expect(errors[21]).to eq(code: 21, description: 'Broker: Invalid required acks value', name: 'INVALID_REQUIRED_ACKS') }
4040
end

0 commit comments

Comments
 (0)