Compare commits

..

1 Commits

Author SHA1 Message Date
82ae072131 test
Some checks failed
Gradle Build on PR / gradle-build (pull_request) Failing after 2m18s
2025-09-14 22:27:09 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ package ltd.lulz.library
class LulzLibrary {
fun test() {
// placeholder
fun test(): Unit {
val x = 12
}
}

View File

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