chia7712 commented on code in PR #23313:
URL: https://github.com/apache/kafka/pull/23313#discussion_r3962248932


##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/assignment/ClientStateTest.java:
##########
@@ -60,12 +59,11 @@ public class ClientStateTest {
     private final ClientState zeroCapacityClient = new ClientState(0);
 
     @Test
-    public void previousStateConstructorShouldCreateAValidObject() {
-        final ClientState clientState = new ClientState(
+    public void shouldCreateAValidClientStateFromPreviousState() {

Review Comment:
   The constructor is moved to the testing helper, so this test case seems to 
be gratuitous now.



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