From 82ca7786314768ca9df6cb0c36386da0282c81c3 Mon Sep 17 00:00:00 2001 From: Tim Wundenberg Date: Fri, 7 Nov 2025 20:39:03 +0100 Subject: [PATCH] fix: rename test --- .../projektverwaltung/ProjektverwaltungApplicationTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { } }