2024-12-24 23:04:35 +01:00
|
|
|
package de.zendric.app.xpensely_Server;
|
2024-12-22 22:32:48 +01:00
|
|
|
|
|
|
|
|
import org.junit.jupiter.api.Test;
|
|
|
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
|
|
|
|
|
|
|
|
@SpringBootTest
|
|
|
|
|
class XpenselyServerApplicationTests {
|
|
|
|
|
|
|
|
|
|
@Test
|
|
|
|
|
void contextLoads() {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|