Hangry/src/test/java/com/example/hangry/HangryApplicationTests.java
2025-01-27 14:04:30 +01:00

14 lines
210 B
Java

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