Commit 7e10d86e authored by Phillip Webb's avatar Phillip Webb

Polish

parent 3dea6fc6
...@@ -344,7 +344,7 @@ public class ConfigurationPropertiesTests { ...@@ -344,7 +344,7 @@ public class ConfigurationPropertiesTests {
} }
@Test @Test
public void bindWithValueDefault() { public void loadWithPropertyPlaceholderValueShouldBind() {
load(WithPropertyPlaceholderValueConfiguration.class, "default.value=foo"); load(WithPropertyPlaceholderValueConfiguration.class, "default.value=foo");
WithPropertyPlaceholderValueProperties bean = this.context WithPropertyPlaceholderValueProperties bean = this.context
.getBean(WithPropertyPlaceholderValueProperties.class); .getBean(WithPropertyPlaceholderValueProperties.class);
......
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