Skip to content

Commit 573ad34

Browse files
committed
Merge branch '3.4.x' into 3.5.x
Closes gh-46257
2 parents 3f4c870 + e3bfc1d commit 573ad34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/SpringApplicationTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
* @author Tadaya Tsuyukubo
169169
* @author Yanming Zhou
170170
* @author Sijun Yang
171+
* @author Giheon Do
171172
*/
172173
@ExtendWith(OutputCaptureExtension.class)
173174
class SpringApplicationTests {
@@ -1470,7 +1471,7 @@ void fromRunsWithAdditionalSources() {
14701471
.run()
14711472
.getApplicationContext();
14721473
assertThat(ExampleAdditionalConfig.local.get()).isNotNull();
1473-
ExampleAdditionalConfig.local.set(null);
1474+
ExampleAdditionalConfig.local.remove();
14741475
}
14751476

14761477
@Test

0 commit comments

Comments
 (0)