jsancio commented on a change in pull request #11733:
URL: https://github.com/apache/kafka/pull/11733#discussion_r812227573
##########
File path:
clients/src/test/java/org/apache/kafka/common/requests/RequestResponseTest.java
##########
@@ -1305,33 +1305,33 @@ private DescribeUserScramCredentialsResponse
createDescribeUserScramCredentialsR
return new DescribeUserScramCredentialsResponse(data);
}
- private AlterIsrRequest createAlterIsrRequest(short version) {
- AlterIsrRequestData data = new AlterIsrRequestData()
+ private AlterPartitionRequest createAlterPartitionRequest(short version) {
Review comment:
Updated the test to take into count the version passed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]