Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld committed Oct 9, 2024
1 parent ba3c650 commit b29fe7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/rdkafka/consumer/topic_partition_list_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@
end

describe "#to_s" do
let(:expected) do
if RUBY_VERSION >= '3.4.0-preview2'
end

it "should return a human readable representation" do
list = Rdkafka::Consumer::TopicPartitionList.new
list.add_topic("topic1", [0, 1])
Expand Down

0 comments on commit b29fe7e

Please sign in to comment.