From ff966abc68659f9f7265a1ed0b28a7e4139c8ee8 Mon Sep 17 00:00:00 2001 From: MoonJeWoong Date: Sun, 3 Mar 2024 15:34:34 +0900 Subject: [PATCH] =?UTF-8?q?test:=20=EB=88=84=EB=9D=BD=EB=90=9C=20contextTe?= =?UTF-8?q?st=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../harustudy/backend/HaruStudyApplicationTests.java | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 backend/src/test/java/harustudy/backend/HaruStudyApplicationTests.java diff --git a/backend/src/test/java/harustudy/backend/HaruStudyApplicationTests.java b/backend/src/test/java/harustudy/backend/HaruStudyApplicationTests.java deleted file mode 100644 index 4a513b3a..00000000 --- a/backend/src/test/java/harustudy/backend/HaruStudyApplicationTests.java +++ /dev/null @@ -1,12 +0,0 @@ -package harustudy.backend; - -import org.junit.jupiter.api.Test; -import org.springframework.boot.test.context.SpringBootTest; - -@SpringBootTest -class HaruStudyApplicationTests { - - @Test - void contextLoads() { - } -}