This commit is contained in:
Phillip Webb
2018-02-22 21:37:31 -08:00
parent 3dea6fc645
commit 7e10d86ed3

View File

@@ -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);