backend-demo-tn/src/test/java/com/cubetiqs/demo/DemoApplicationTests.java

14 lines
207 B
Java
Raw Normal View History

2020-06-09 18:13:58 +07:00
package com.cubetiqs.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class DemoApplicationTests {
@Test
void contextLoads() {
}
}