backend-demo-tn/src/test/java/com/cubetiqs/demo/DemoApplicationTests.java
2020-06-09 18:13:58 +07:00

14 lines
207 B
Java

package com.cubetiqs.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class DemoApplicationTests {
@Test
void contextLoads() {
}
}