commenting unit tests

This commit is contained in:
Catalin Patrut
2022-03-25 23:36:05 +01:00
parent a278bbf864
commit b942910b6c

View File

@@ -6,7 +6,7 @@ import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest @SpringBootTest
class ApiApplicationTests { class ApiApplicationTests {
@Test
void contextLoads() { void contextLoads() {
} }