[BAEL-13313] - Fixed PMD violation for string-test-functions module unit test
This commit is contained in:
parent
9a69933712
commit
d0c21cad25
|
@ -4,7 +4,7 @@ import static org.junit.Assert.assertEquals;
|
||||||
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class StringFunctionTest {
|
public class StringFunctionUnitTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void test_upperCase() {
|
public void test_upperCase() {
|
Loading…
Reference in New Issue