[BAEL-13313] - Fixed PMD violation for string-test-functions module unit test
This commit is contained in:
@@ -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() {
|
||||
Reference in New Issue
Block a user