blob: d95e6e3329eded021f51afcf8f1b038ce9dbbccb [file] [log] [blame]
package com.pt;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ContextConfiguration;
@SpringBootTest
@ContextConfiguration(classes = BackendApplication.class)
class BackendApplicationTests {
@Test
void contextLoads() {
}
}