Commit 6b500d82 authored by dreis2211's avatar dreis2211 Committed by Stephane Nicoll

Polish

See gh-18918
parent 51487c7c
...@@ -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