fix: rename test

This commit is contained in:
2025-11-07 20:39:03 +01:00
parent 0ff34c175d
commit 82ca778631

View File

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