Commit 992fcbf6 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #18918 from dreis2211

* pr/18918:
  Polish

Closes gh-18918
parents 51487c7c 6b500d82
...@@ -61,7 +61,7 @@ class RequestPredicateFactoryTests { ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment