Files
XpenselyServer/src/test/java/de/zendric/app/xpensely_Server/XpenselyServerApplicationTests.java
2024-12-24 23:04:35 +01:00

14 lines
230 B
Java

package de.zendric.app.xpensely_Server;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class XpenselyServerApplicationTests {
@Test
void contextLoads() {
}
}