Files
device-data-library/src/test/kotlin/ltd/lulz/library/LulzLibraryTest.kt
Swordsteel 10c0912b11
All checks were successful
Gradle Build on PR / gradle-build (pull_request) Successful in 2m25s
test
2025-09-14 22:56:54 +02:00

12 lines
152 B
Kotlin

package ltd.lulz.library
import org.junit.jupiter.api.Test
class LulzLibraryTest {
@Test
fun contextLoads() {
// placeholder
}
}