package it.finki.charitable; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class CharitableApplicationTests { @Test void contextLoads() { } }