Files
gremiumhub/legalconsenthub-backend/src/test/kotlin/com/betriebsratkanzlei/legalconsenthub/LegalconsenthubApplicationTests.kt
2025-02-21 08:26:58 +01:00

14 lines
235 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() {
}
}