diff --git a/src/test/java/de/wundenbergs/projektverwaltung/ProjektverwaltungApplicationTests.java b/src/test/java/de/wundenbergs/projektverwaltung/ProjektverwaltungApplicationTests.java index ffdf111..cfc572f 100644 --- a/src/test/java/de/wundenbergs/projektverwaltung/ProjektverwaltungApplicationTests.java +++ b/src/test/java/de/wundenbergs/projektverwaltung/ProjektverwaltungApplicationTests.java @@ -7,7 +7,7 @@ import org.springframework.boot.test.context.SpringBootTest; class ProjektverwaltungApplicationTests { @Test - void contextLoads() { + void shouldLoadContext() { } }