We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d593d commit 5bdecd4Copy full SHA for 5bdecd4
spec/functional/api_versions_spec.rb
@@ -3,6 +3,6 @@
3
produce_api = kafka.apis.find {|v| v.api_key == 0 }
4
5
expect(produce_api.min_version).to eq 0
6
- expect(produce_api.max_version).to eq 2
+ expect(produce_api.max_version).to be >= 2
7
end
8
0 commit comments