Skip to content

Commit 3bad1ab

Browse files
authored
Merge pull request eugenp#6109 from eugenp/lor6-patch-2
Update and rename SpringBootRestApplicationUnitTest.java to SpringCon…
2 parents 70a7aaa + 58ed9e4 commit 3bad1ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spring-boot-rest/src/test/java/com/baeldung/web/SpringBootRestApplicationUnitTest.java renamed to spring-boot-rest/src/test/java/com/baeldung/web/SpringContextIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
@RunWith(SpringRunner.class)
99
@SpringBootTest
10-
public class SpringBootRestApplicationUnitTest {
10+
public class SpringContextIntegrationTest {
1111

1212
@Test
1313
public void contextLoads() {

0 commit comments

Comments
 (0)