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 fbf82f6375
commit bcb2ce10da

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() {