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 808d2e5 + f316e3e commit e3bfc1dCopy full SHA for e3bfc1d
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/SpringApplicationTests.java
@@ -167,6 +167,7 @@
167
* @author Moritz Halbritter
168
* @author Tadaya Tsuyukubo
169
* @author Yanming Zhou
170
+ * @author Giheon Do
171
*/
172
@ExtendWith(OutputCaptureExtension.class)
173
class SpringApplicationTests {
@@ -1470,7 +1471,7 @@ void fromRunsWithAdditionalSources() {
1470
1471
.run()
1472
.getApplicationContext();
1473
assertThat(ExampleAdditionalConfig.local.get()).isNotNull();
- ExampleAdditionalConfig.local.set(null);
1474
+ ExampleAdditionalConfig.local.remove();
1475
}
1476
1477
@Test
0 commit comments