summaryrefslogtreecommitdiff
path: root/microservices/01-oauth2-server/src/test/java/com/example
diff options
context:
space:
mode:
Diffstat (limited to 'microservices/01-oauth2-server/src/test/java/com/example')
-rw-r--r--microservices/01-oauth2-server/src/test/java/com/example/oauth2server/Oauth2ServerApplicationTests.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/microservices/01-oauth2-server/src/test/java/com/example/oauth2server/Oauth2ServerApplicationTests.java b/microservices/01-oauth2-server/src/test/java/com/example/oauth2server/Oauth2ServerApplicationTests.java
deleted file mode 100644
index 507215a..0000000
--- a/microservices/01-oauth2-server/src/test/java/com/example/oauth2server/Oauth2ServerApplicationTests.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package com.example.oauth2server;
-
-import org.junit.jupiter.api.Test;
-import org.springframework.boot.test.context.SpringBootTest;
-
-@SpringBootTest
-class Oauth2ServerApplicationTests {
-
- @Test
- void contextLoads() {
- }
-
-}