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 3f4c870 + e3bfc1d commit 573ad34Copy full SHA for 573ad34
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/SpringApplicationTests.java
@@ -168,6 +168,7 @@
168
* @author Tadaya Tsuyukubo
169
* @author Yanming Zhou
170
* @author Sijun Yang
171
+ * @author Giheon Do
172
*/
173
@ExtendWith(OutputCaptureExtension.class)
174
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