This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new dafa126223f MINOR: fix the class name of UnattachedStateWithVoteTest
to match the file name (#17662)
dafa126223f is described below
commit dafa126223fc732c69c05007e078cd4127217a91
Author: Mahsa Seifikar <[email protected]>
AuthorDate: Sat Nov 2 01:46:21 2024 -0400
MINOR: fix the class name of UnattachedStateWithVoteTest to match the file
name (#17662)
Reviewers: Colin P. McCabe <[email protected]>, Chia-Ping Tsai
<[email protected]>
---
.../test/java/org/apache/kafka/raft/UnattachedStateWithVoteTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/raft/src/test/java/org/apache/kafka/raft/UnattachedStateWithVoteTest.java
b/raft/src/test/java/org/apache/kafka/raft/UnattachedStateWithVoteTest.java
index b0cd57bbc02..2daffe84e7c 100644
--- a/raft/src/test/java/org/apache/kafka/raft/UnattachedStateWithVoteTest.java
+++ b/raft/src/test/java/org/apache/kafka/raft/UnattachedStateWithVoteTest.java
@@ -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();