From c3c462758f5ac2985c2295932742aee87c09a50f Mon Sep 17 00:00:00 2001 From: Clover Song Date: Sat, 14 Dec 2024 23:23:18 +0900 Subject: [PATCH] fix: test --- .../mafoo/gateway/ApiGatewayApplicationTests.java | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 api-gateway/src/test/java/kr/mafoo/gateway/ApiGatewayApplicationTests.java diff --git a/api-gateway/src/test/java/kr/mafoo/gateway/ApiGatewayApplicationTests.java b/api-gateway/src/test/java/kr/mafoo/gateway/ApiGatewayApplicationTests.java deleted file mode 100644 index 1eb6b90a..00000000 --- a/api-gateway/src/test/java/kr/mafoo/gateway/ApiGatewayApplicationTests.java +++ /dev/null @@ -1,13 +0,0 @@ -package kr.mafoo.gateway; - -import org.junit.jupiter.api.Test; -import org.springframework.boot.test.context.SpringBootTest; - -@SpringBootTest -class ApiGatewayApplicationTests { - - @Test - void contextLoads() { - } - -}