12 lines
242 B
Kotlin
12 lines
242 B
Kotlin
package com.betriebsratkanzlei.legalconsenthub
|
|
|
|
import org.junit.jupiter.api.Test
|
|
import org.springframework.boot.test.context.SpringBootTest
|
|
|
|
@SpringBootTest
|
|
class LegalconsenthubApplicationTests {
|
|
@Test
|
|
fun contextLoads() {
|
|
}
|
|
}
|