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.Assertions;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
public class EnglishAlphabetLettersTest {
|
public class EnglishAlphabetLettersUnitTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void givenString_whenContainsAllCharacter_thenTrue() {
|
void givenString_whenContainsAllCharacter_thenTrue() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user