BAEL-3655: Renamed the JUnit test file as the proper naming convention

This commit is contained in:
Vikas Ramsingh Rajput 2020-01-17 23:54:00 +03:00
parent e8351525c8
commit 14ff21b8cf
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import java.util.regex.Pattern;
import org.junit.jupiter.api.Test;
public class RegexMatcherFindVsMatchesTest {
public class MatcherUnitTest {
@Test
public void whenFindFourDigitWorks_thenCorrect() {