Skip to content

Commit 78310e3

Browse files
committed
chore: delete redundant ::
1 parent 0c5e5bf commit 78310e3

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/rdkafka/test/opentelemetry/instrumentation/rdkafka/patches

1 file changed

+1
-1
lines changed

instrumentation/rdkafka/test/opentelemetry/instrumentation/rdkafka/patches/consumer_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
end
168168

169169
# each_batch method is deleted in rdkafka 0.20.0
170-
if Gem::Version.new(::Rdkafka::VERSION) < Gem::Version.new('0.20.0')
170+
if Gem::Version.new(Rdkafka::VERSION) < Gem::Version.new('0.20.0')
171171
describe '#each_batch' do
172172
it 'traces each_batch call' do
173173
skip "#{Rdkafka::VERSION} is not supported" unless instrumentation.compatible?

0 commit comments

Comments
 (0)