All checks were successful
Java CI with Maven / build (push) Successful in 47s
Co-authored-by: Sebastian Böckelmann <uqpko@student.kit.edu> Reviewed-on: Sebastian/TimeManager#43
14 lines
202 B
Java
14 lines
202 B
Java
package core;
|
|
|
|
import org.junit.jupiter.api.Test;
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
|
|
/*@SpringBootTest*/
|
|
class DemoApplicationTests {
|
|
|
|
/*@Test
|
|
void contextLoads() {
|
|
}*/
|
|
|
|
}
|