Compare commits

..

1 Commits

Author SHA1 Message Date
10c0912b11 test
All checks were successful
Gradle Build on PR / gradle-build (pull_request) Successful in 2m25s
2025-09-14 22:56:54 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ package ltd.lulz.library
class LulzLibrary { class LulzLibrary {
fun test(): Unit { fun test() {
val x = 12 // 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