test
All checks were successful
Gradle Build on PR / gradle-build (pull_request) Successful in 2m25s

This commit is contained in:
2025-09-14 22:24:42 +02:00
parent fa026816aa
commit 10c0912b11
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
package ltd.lulz.library package ltd.lulz.library
class LulzLibrary class LulzLibrary {
fun test() {
// placeholder
}
}

View File

@@ -1,4 +1,4 @@
package ltd.lulz.service package ltd.lulz.library
import org.junit.jupiter.api.Test import org.junit.jupiter.api.Test