api-gateway/src/test/kotlin/com/kmlabz/birbnetes/apigateway/ApiGatewayApplicationTests.kt

14 lines
223 B
Kotlin
Raw Normal View History

2020-04-10 15:33:49 +02:00
package com.kmlabz.birbnetes.apigateway
import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest
@SpringBootTest
class ApiGatewayApplicationTests {
@Test
fun contextLoads() {
}
}