[BAEL-13313] - Fixed PMD violation for string-test-functions module unit test

This commit is contained in:
amit2103 2019-04-07 11:30:58 +05:30
parent 9a69933712
commit d0c21cad25
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import static org.junit.Assert.assertEquals;
import org.junit.Test;
public class StringFunctionTest {
public class StringFunctionUnitTest {
@Test
public void test_upperCase() {