demoproject/src/test/kotlin/com/cubetiqs/demoproject/DemoprojectApplicationTests.kt

14 lines
217 B
Kotlin
Raw Normal View History

2020-08-24 17:58:09 +07:00
package com.cubetiqs.demoproject
import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest
@SpringBootTest
class DemoprojectApplicationTests {
@Test
fun contextLoads() {
}
}