sample-modules/customer-api/src/test/kotlin/com/example/customerapi/CustomerApiApplicationTests.kt

14 lines
225 B
Kotlin
Raw Normal View History

2021-01-27 08:55:39 +07:00
package com.example.customerapi
import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest
@SpringBootTest
class CustomerApiApplicationTests {
@Test
fun contextLoads() {
}
}