CallCenter/Callcenter2/src/test/java/callcenter/Callcenter2ApplicationTests.java
BronnikovAlex 24b69c6024 push1
2023-07-06 17:37:23 +03:00

14 lines
216 B
Java

package callcenter;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class Callcenter2ApplicationTests {
@Test
void contextLoads() {
}
}