diff options
Diffstat (limited to 'microservices/02-api-gateway/src')
| -rw-r--r-- | microservices/02-api-gateway/src/test/java/com/example/apigateway/ApiGatewayApplicationTests.java | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/microservices/02-api-gateway/src/test/java/com/example/apigateway/ApiGatewayApplicationTests.java b/microservices/02-api-gateway/src/test/java/com/example/apigateway/ApiGatewayApplicationTests.java deleted file mode 100644 index 8a7cdc7..0000000 --- a/microservices/02-api-gateway/src/test/java/com/example/apigateway/ApiGatewayApplicationTests.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.example.apigateway; - -import org.junit.jupiter.api.Test; -import org.springframework.boot.test.context.SpringBootTest; - -@SpringBootTest -class ApiGatewayApplicationTests { - - @Test - void contextLoads() { - } - -} |
