Rename PathPatternRouteMatcherTest to PathPatternRouteMatcherTests
Closes gh-23239
This commit is contained in:
@@ -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