From 6b500d82b405d5b610724d70c2ddbd368ca91153 Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Thu, 7 Nov 2019 14:16:49 +0100 Subject: [PATCH] Polish See gh-18918 --- .../endpoint/web/annotation/RequestPredicateFactoryTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/web/annotation/RequestPredicateFactoryTests.java b/spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/web/annotation/RequestPredicateFactoryTests.java index 265af631978..17170e19dcf 100644 --- a/spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/web/annotation/RequestPredicateFactoryTests.java +++ b/spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/web/annotation/RequestPredicateFactoryTests.java @@ -61,7 +61,7 @@ class RequestPredicateFactoryTests { } @Test - void getRequestPredicateReturnsRedicateWithPath() { + void getRequestPredicateReturnsPredicateWithPath() { DiscoveredOperationMethod operationMethod = getDiscoveredOperationMethod(ValidSelectors.class); WebOperationRequestPredicate requestPredicate = this.factory.getRequestPredicate(this.rootPath, operationMethod);