Skip to content

Commit f01e775

Browse files
committed
Polish
1 parent daa7e49 commit f01e775

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/spring-boot-test/src/test/java/org/springframework/boot/test/context/runner/AbstractApplicationContextRunnerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ void runWithSystemPropertiesWhenValueIsNullShouldRemoveProperty() {
123123
}
124124

125125
@Test
126-
void runWithMultiplePropertyValuesShouldAllAllValues() {
126+
void runWithMultiplePropertyValuesShouldAddAllValues() {
127127
get().withPropertyValues("test.foo=1").withPropertyValues("test.bar=2").run((context) -> {
128128
Environment environment = context.getEnvironment();
129129
assertThat(environment.getProperty("test.foo")).isEqualTo("1");

0 commit comments

Comments
 (0)