DemoApplication/src/test/java/com/example/demo/DemoApplicationTests.java
2025-10-03 13:51:34 +02:00

14 lines
206 B
Java

package com.example.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class DemoApplicationTests {
@Test
void contextLoads() {
}
}