Fixed Unit test case file name for [BAEL-2141]

This commit is contained in:
kartiksingla 2018-08-23 22:04:38 +05:30
parent 002760a3be
commit 1846a1e441
1 changed files with 1 additions and 1 deletions

View File

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