Remove tests

This commit is contained in:
2025-06-08 16:17:30 +02:00
parent 6cda1f5bde
commit c1af87f82a

View File

@@ -1,13 +0,0 @@
package be.seeseepuff.pcinv;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class PcinvApplicationTests {
@Test
void contextLoads() {
}
}