Rename PathPatternRouteMatcherTest to PathPatternRouteMatcherTests

Closes gh-23239
This commit is contained in:
Johnny Lim
2019-07-07 23:28:09 +09:00
committed by Sam Brannen
parent 9f81ffa5ae
commit 6dcf390fa2

View File

@@ -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());