mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Rename PathPatternRouteMatcherTest to PathPatternRouteMatcherTests
Closes gh-23239
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* Tests for the {@link PathPatternRouteMatcher}
|
||||
* @author Brian Clozel
|
||||
*/
|
||||
public class PathPatternRouteMatcherTest {
|
||||
public class PathPatternRouteMatcherTests {
|
||||
|
||||
PathPatternRouteMatcher routeMatcher = new PathPatternRouteMatcher(new PathPatternParser());
|
||||
|
||||
Reference in New Issue
Block a user