jsancio commented on code in PR #15671:
URL: https://github.com/apache/kafka/pull/15671#discussion_r1581332843


##########
core/src/test/scala/unit/kafka/server/KafkaConfigTest.scala:
##########
@@ -1341,29 +1340,25 @@ class KafkaConfigTest {
   }
 
   @Test
-  def testValidQuorumVotersConfig(): Unit = {
-    val expected = new util.HashMap[Integer, AddressSpec]()
+  def testValidQuorumVotersParsing(): Unit = {
+    val expected = new util.HashMap[Integer, InetSocketAddress]()

Review Comment:
   Done. I split this into 3 tests.



-- 
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]

Reply via email to