timemanager/backend/src/test/java/core/DemoApplicationTests.java
Sebastian 36cb537f3c
All checks were successful
Java CI with Maven / build (push) Successful in 47s
tests (#43)
Co-authored-by: Sebastian Böckelmann <uqpko@student.kit.edu>
Reviewed-on: Sebastian/TimeManager#43
2023-11-11 11:20:48 +01:00

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() {
}*/
}