JAVA-12628 Rename CountdownLatchResetExampleUnitTest (#12602)
This commit is contained in:
parent
38546b77ae
commit
e96af43f40
|
@ -4,7 +4,7 @@ import static org.junit.Assert.assertTrue;
|
|||
|
||||
import org.junit.Test;
|
||||
|
||||
public class CountdownLatchResetExampleUnitTest {
|
||||
public class CountdownLatchResetExampleManualTest {
|
||||
|
||||
@Test
|
||||
public void whenCountDownLatch_noReset() {
|
Loading…
Reference in New Issue