Merge pull request #18918 from dreis2211
* pr/18918: Polish Closes gh-18918
This commit is contained in:
commit
992fcbf68f
|
@ -61,7 +61,7 @@ class RequestPredicateFactoryTests {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void getRequestPredicateReturnsRedicateWithPath() {
|
void getRequestPredicateReturnsPredicateWithPath() {
|
||||||
DiscoveredOperationMethod operationMethod = getDiscoveredOperationMethod(ValidSelectors.class);
|
DiscoveredOperationMethod operationMethod = getDiscoveredOperationMethod(ValidSelectors.class);
|
||||||
WebOperationRequestPredicate requestPredicate = this.factory.getRequestPredicate(this.rootPath,
|
WebOperationRequestPredicate requestPredicate = this.factory.getRequestPredicate(this.rootPath,
|
||||||
operationMethod);
|
operationMethod);
|
||||||
|
|
Loading…
Reference in New Issue