From 7e10d86ed3015a6a7bd8cd39003cc2b6c528b679 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 22 Feb 2018 21:37:31 -0800 Subject: [PATCH] Polish --- .../boot/context/properties/ConfigurationPropertiesTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/ConfigurationPropertiesTests.java b/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/ConfigurationPropertiesTests.java index 7f903c0108..8106a2e7a0 100644 --- a/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/ConfigurationPropertiesTests.java +++ b/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/ConfigurationPropertiesTests.java @@ -344,7 +344,7 @@ public class ConfigurationPropertiesTests { } @Test - public void bindWithValueDefault() { + public void loadWithPropertyPlaceholderValueShouldBind() { load(WithPropertyPlaceholderValueConfiguration.class, "default.value=foo"); WithPropertyPlaceholderValueProperties bean = this.context .getBean(WithPropertyPlaceholderValueProperties.class);