Skip to content

Commit 6538120

Browse files
MINOR: Rename OptimizedUniformAssignmentBuilderTest (#21066)
Rename OptimizedUniformAssignmentBuilderTest to UniformHomogeneousAssignmentBuilderTest, since the class being tested is named UniformHomogeneousAssignmentBuilder. Reviewers: David Jacot <[email protected]>
1 parent 6f1a6ae commit 6538120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
import static org.junit.jupiter.api.Assertions.assertThrows;
5252
import static org.junit.jupiter.api.Assertions.assertTrue;
5353

54-
public class OptimizedUniformAssignmentBuilderTest {
54+
public class UniformHomogeneousAssignmentBuilderTest {
5555
private final UniformAssignor assignor = new UniformAssignor();
5656
private final Uuid topic1Uuid = Uuid.fromString("T1-A4s3VTwiI5CTbEp6POw");
5757
private final Uuid topic2Uuid = Uuid.fromString("T2-B4s3VTwiI5YHbPp6YUe");

0 commit comments

Comments
 (0)