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:
Mahsa Seifikar 2024-11-02 01:46:21 -04:00 committed by GitHub
parent 3d9f88daf3
commit dafa126223
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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();