Skip to content

Commit f445ace

Browse files
committed
fix test name, remove _
1 parent e8f7955 commit f445ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

group-coordinator/src/test/java/org/apache/kafka/coordinator/group/GroupMetadataManagerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17462,7 +17462,7 @@ public void testStreamsGroupHeartbeatPartialResponseWhenNothingChanges() {
1746217462
}
1746317463

1746417464
@Test
17465-
public void testStreamsInitialRebalanceDelayEmptyDuringDelay_AssignsAfterTimer() {
17465+
public void testStreamsInitialRebalanceDelayEmptyDuringDelayAssignsAfterTimer() {
1746617466
String groupId = "fooup";
1746717467
String memberId = Uuid.randomUuid().toString();
1746817468
String subtopology1 = "subtopology1";

0 commit comments

Comments
 (0)