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

View File

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