test renamed to end with UnitTest suffix
This commit is contained in:
committed by
mikr
parent
262daed553
commit
cdc14ec6ee
@@ -15,7 +15,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
/**
|
||||
* Tests the {@link RootCauseFinder}.
|
||||
*/
|
||||
public class RootCauseFinderTest {
|
||||
public class RootCauseFinderUnitTest {
|
||||
|
||||
@Test
|
||||
public void givenBirthDate_whenCalculatingAge_thenAgeReturned() {
|
||||
Reference in New Issue
Block a user