Skip to content

Commit 6dcf390

Browse files
izeyesbrannen
authored andcommitted
Rename PathPatternRouteMatcherTest to PathPatternRouteMatcherTests
Closes gh-23239
1 parent 9f81ffa commit 6dcf390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-web/src/test/java/org/springframework/web/util/pattern/PathPatternRouteMatcherTest.java renamed to spring-web/src/test/java/org/springframework/web/util/pattern/PathPatternRouteMatcherTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* Tests for the {@link PathPatternRouteMatcher}
2828
* @author Brian Clozel
2929
*/
30-
public class PathPatternRouteMatcherTest {
30+
public class PathPatternRouteMatcherTests {
3131

3232
PathPatternRouteMatcher routeMatcher = new PathPatternRouteMatcher(new PathPatternParser());
3333

0 commit comments

Comments
 (0)