Rename the test in boot-autoconfiguration

This commit is contained in:
Andrey Shcherbakov 2019-02-02 11:01:02 +01:00
parent 1c556fe4fc
commit ee34c027c0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import com.baeldung.autoconfiguration.MySQLAutoconfiguration;
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(classes = MySQLAutoconfiguration.class)
@WebAppConfiguration
public class SpringContextIntegrationTest {
public class SpringContextLiveTest {
@Test
public void whenSpringContextIsBootstrapped_thenNoExceptions() {