mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Polish
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ abstract class AbstractApplicationContextRunnerTests<T extends AbstractApplicati
|
||||
}
|
||||
|
||||
@Test
|
||||
void runWithMultiplePropertyValuesShouldAllAllValues() {
|
||||
void runWithMultiplePropertyValuesShouldAddAllValues() {
|
||||
get().withPropertyValues("test.foo=1").withPropertyValues("test.bar=2").run((context) -> {
|
||||
Environment environment = context.getEnvironment();
|
||||
assertThat(environment.getProperty("test.foo")).isEqualTo("1");
|
||||
|
||||
Reference in New Issue
Block a user