From 67f95731a6a3061aba9b935a0e43619a3d94ad33 Mon Sep 17 00:00:00 2001 From: Choi GwangMin Date: Sun, 19 May 2024 23:26:20 +0900 Subject: [PATCH] =?UTF-8?q?test=20:=20=ED=95=84=EC=9A=94=EC=97=86=EB=8A=94?= =?UTF-8?q?=20context=20=EB=B6=80=EB=B6=84=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/ssafy/home/WhereIsMyHomeApplicationTests.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/backend/src/test/java/com/ssafy/home/WhereIsMyHomeApplicationTests.java b/backend/src/test/java/com/ssafy/home/WhereIsMyHomeApplicationTests.java index 3e8245a..251b2c6 100644 --- a/backend/src/test/java/com/ssafy/home/WhereIsMyHomeApplicationTests.java +++ b/backend/src/test/java/com/ssafy/home/WhereIsMyHomeApplicationTests.java @@ -6,8 +6,4 @@ @SpringBootTest class WhereIsMyHomeApplicationTests { - @Test - void contextLoads() { - } - }