We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 381706f + 573ad34 commit 74e6851Copy full SHA for 74e6851
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/SpringApplicationTests.java
@@ -159,6 +159,7 @@
159
* @author Tadaya Tsuyukubo
160
* @author Yanming Zhou
161
* @author Sijun Yang
162
+ * @author Giheon Do
163
*/
164
@ExtendWith(OutputCaptureExtension.class)
165
class SpringApplicationTests {
@@ -1369,7 +1370,7 @@ void fromRunsWithAdditionalSources() {
1369
1370
.run()
1371
.getApplicationContext();
1372
assertThat(ExampleAdditionalConfig.local.get()).isNotNull();
- ExampleAdditionalConfig.local.set(null);
1373
+ ExampleAdditionalConfig.local.remove();
1374
}
1375
1376
@Test
0 commit comments