Merge pull request #6708 from dkapil/task/BAEL-14079

BAEL-14079 Renamed test to conform to *UnitTest.java convention
This commit is contained in:
Loredana Crusoveanu 2019-04-11 21:02:48 +03:00 committed by GitHub
commit de6db68e39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import org.junit.Test;
import static com.baeldung.kotlin.Strings.*;
public class StringUtilTest {
public class StringUtilUnitTest {
@Test
public void shouldEscapeXmlTagsInString() {