Fixed Unit test case file name for [BAEL-2141]
This commit is contained in:
parent
002760a3be
commit
1846a1e441
|
@ -3,7 +3,7 @@ package com.baeldung.algorithms.string;
|
|||
import org.junit.jupiter.api.Assertions;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class EnglishAlphabetLettersTest {
|
||||
public class EnglishAlphabetLettersUnitTest {
|
||||
|
||||
@Test
|
||||
void givenString_whenContainsAllCharacter_thenTrue() {
|
||||
|
|
Loading…
Reference in New Issue