ace-of-shades-2/registry/src/test/java/nl/andrewl/aos2registryapi/Aos2RegistryApiApplicationT...

14 lines
227 B
Java

package nl.andrewl.aos2registryapi;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class Aos2RegistryApiApplicationTests {
@Test
void contextLoads() {
}
}