Files
xxx-sphere-old/xxxthegame/src/test/java/de/oaa/xxx/XxxThegameApplicationTests.java
2026-03-01 19:40:49 +01:00

15 lines
308 B
Java

package de.oaa.xxx;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ActiveProfiles;
@SpringBootTest
@ActiveProfiles("test")
class XxxThegameApplicationTests {
@Test
void contextLoads() {
}
}