blob: 7739b714ba33e6a1ebf796211f5aceb8dec19ff3 [file] [log] [blame]
package edu.bjtu.groupone.backend;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ActiveProfiles;
@SpringBootTest
@ActiveProfiles("test")
class BackendApplicationTests {
@Test
void contextLoads() {
}
}