From ee08ffdeb30bc5a83c7c6b3d032a8af6997d43e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=86=A1=EC=9E=AC=ED=9B=88?= <128021502+SongJaeHoonn@users.noreply.github.com> Date: Tue, 27 Aug 2024 17:44:53 +0900 Subject: [PATCH] =?UTF-8?q?environment:=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=EA=B0=80=20=EC=97=86=EC=9D=8C=EC=97=90=20?= =?UTF-8?q?=EB=94=B0=EB=A5=B8=20=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20?= =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8=20=ED=81=B4=EB=9E=98=EC=8A=A4=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../page/time/api/TimeServerApplicationTests.java | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/test/java/page/time/api/TimeServerApplicationTests.java diff --git a/src/test/java/page/time/api/TimeServerApplicationTests.java b/src/test/java/page/time/api/TimeServerApplicationTests.java deleted file mode 100644 index ec04db7..0000000 --- a/src/test/java/page/time/api/TimeServerApplicationTests.java +++ /dev/null @@ -1,13 +0,0 @@ -package page.time.api; - -import org.junit.jupiter.api.Test; -import org.springframework.boot.test.context.SpringBootTest; - -@SpringBootTest -class TimeServerApplicationTests { - - @Test - void contextLoads() { - } - -}