rondagostino commented on code in PR #13437:
URL: https://github.com/apache/kafka/pull/13437#discussion_r1173188783


##########
server-common/src/test/java/org/apache/kafka/server/immutable/pcollections/PCollectionsImmutableMapTest.java:
##########
@@ -77,7 +77,7 @@ public void testDelegationOfAfterAdding() {
     }
 
     @Test
-    public void testDelegationOfAfterRemoving() {
+    public void testDelegationOfAfterRemoved() {

Review Comment:
   s/AfterRemoved/Removed/



##########
server-common/src/test/java/org/apache/kafka/server/immutable/pcollections/PCollectionsImmutableSetTest.java:
##########
@@ -71,7 +71,7 @@ public void testUnderlying() {
     }
 
     @Test
-    public void testDelegationOfAfterAdding() {
+    public void testDelegationOfAfterAdded() {

Review Comment:
   s/AfterAdded/Added/



##########
server-common/src/test/java/org/apache/kafka/server/immutable/pcollections/PCollectionsImmutableNavigableSetTest.java:
##########
@@ -82,7 +82,7 @@ public void testDelegationOfAfterAdding() {
     }
 
     @Test
-    public void testDelegationOfAfterRemoving() {
+    public void testDelegationOfAfterRemoved() {

Review Comment:
   s/AfterRemoved/Removed/



##########
server-common/src/test/java/org/apache/kafka/server/immutable/pcollections/PCollectionsImmutableSetTest.java:
##########
@@ -80,7 +80,7 @@ public void testDelegationOfAfterAdding() {
     }
 
     @Test
-    public void testDelegationOfAfterRemoving() {
+    public void testDelegationOfAfterRemoved() {

Review Comment:
   s/AfterRemoved/Removed/



##########
server-common/src/test/java/org/apache/kafka/server/immutable/pcollections/PCollectionsImmutableNavigableSetTest.java:
##########
@@ -73,7 +73,7 @@ public void testUnderlying() {
     }
 
     @Test
-    public void testDelegationOfAfterAdding() {
+    public void testDelegationOfAfterAdded() {

Review Comment:
   s/AfterAdded/Added/



##########
server-common/src/test/java/org/apache/kafka/server/immutable/pcollections/PCollectionsImmutableMapTest.java:
##########
@@ -68,7 +68,7 @@ public void testUnderlying() {
     }
 
     @Test
-    public void testDelegationOfAfterAdding() {
+    public void testDelegationOfAfterUpdated() {

Review Comment:
   s/AfterUpdated/Updated/



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to