From a0f3f5a069153c46ac3a85fa75c3ec50fea6ea99 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Fri, 3 Jul 2026 21:10:32 +0530 Subject: Added Linux deb file creation scripts and build-all.sh --- .../example/oauth2server/Oauth2ServerApplicationTests.java | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 microservices/01-oauth2-server/src/test/java/com/example/oauth2server/Oauth2ServerApplicationTests.java (limited to 'microservices/01-oauth2-server/src') 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() { - } - -} -- cgit v1.2.3