From fed0324810797150216dda69cd219dd691e144c5 Mon Sep 17 00:00:00 2001 From: tobias <thinkdifferent055@gmail.com> Date: Fri, 27 Oct 2023 23:02:10 +0200 Subject: [PATCH] Remove test --- pom.xml | 3 +++ .../playwall/PlaywallServerApplicationTests.java | 15 --------------- 2 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 src/test/java/de/tobias/playwall/PlaywallServerApplicationTests.java diff --git a/pom.xml b/pom.xml index d1b1ec1..07e6b91 100644 --- a/pom.xml +++ b/pom.xml @@ -7,11 +7,14 @@ <artifactId>spring-boot-starter-parent</artifactId> <version>3.1.5</version> </parent> + <groupId>de.tobias</groupId> <artifactId>playwall-server</artifactId> <version>0.0.1-SNAPSHOT</version> + <name>playwall-server</name> <description>PlayWall Server</description> + <properties> <java.version>21</java.version> diff --git a/src/test/java/de/tobias/playwall/PlaywallServerApplicationTests.java b/src/test/java/de/tobias/playwall/PlaywallServerApplicationTests.java deleted file mode 100644 index db268fe..0000000 --- a/src/test/java/de/tobias/playwall/PlaywallServerApplicationTests.java +++ /dev/null @@ -1,15 +0,0 @@ -package de.tobias.playwall; - -import org.junit.jupiter.api.Test; -import org.springframework.boot.test.context.SpringBootTest; - -@SpringBootTest -class PlaywallServerApplicationTests -{ - - @Test - void contextLoads() - { - } - -} -- GitLab