Skip to content
Snippets Groups Projects
Commit fed03248 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Remove test

parent 69f96a07
Branches
No related tags found
No related merge requests found
......@@ -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>
......
package de.tobias.playwall;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class PlaywallServerApplicationTests
{
@Test
void contextLoads()
{
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment