mirror of https://github.com/apache/kafka.git
MINOR: fix the class name of UnattachedStateWithVoteTest to match the file name (#17662)
Reviewers: Colin P. McCabe <cmccabe@apache.org>, Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
3d9f88daf3
commit
dafa126223
|
|
@ -32,7 +32,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
|
|||
import static org.junit.jupiter.api.Assertions.assertFalse;
|
||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
|
||||
class VotedStateTest {
|
||||
class UnattachedStateWithVoteTest {
|
||||
|
||||
private final MockTime time = new MockTime();
|
||||
private final LogContext logContext = new LogContext();
|
||||
|
|
|
|||
Loading…
Reference in New Issue