demoproject/src/test/kotlin/com/cubetiqs/demoproject/DemoprojectApplicationTests.kt
2020-08-24 17:58:09 +07:00

14 lines
217 B
Kotlin

package com.cubetiqs.demoproject
import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest
@SpringBootTest
class DemoprojectApplicationTests {
@Test
fun contextLoads() {
}
}