Merge pull request #6708 from dkapil/task/BAEL-14079
BAEL-14079 Renamed test to conform to *UnitTest.java convention
This commit is contained in:
commit
de6db68e39
|
@ -7,7 +7,7 @@ import org.junit.Test;
|
|||
import static com.baeldung.kotlin.Strings.*;
|
||||
|
||||
|
||||
public class StringUtilTest {
|
||||
public class StringUtilUnitTest {
|
||||
|
||||
@Test
|
||||
public void shouldEscapeXmlTagsInString() {
|
Loading…
Reference in New Issue