Skip to content

Commit 1d0fab4

Browse files
authored
Merge pull request #5799 from eugenp/lor6-patch-10
Update and rename OptimizedMatcherUnitTest.java to OptimizedMatcherMa…
2 parents 4fe2f08 + 5871653 commit 1d0fab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-java/src/test/java/com/baeldung/regexp/optmization/OptimizedMatcherUnitTest.java renamed to core-java/src/test/java/com/baeldung/regexp/optmization/OptimizedMatcherManualTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import static org.junit.Assert.assertTrue;
1313

14-
public class OptimizedMatcherUnitTest {
14+
public class OptimizedMatcherManualTest {
1515

1616
private String action;
1717

0 commit comments

Comments
 (0)