test #1

Merged
swordsteel merged 1 commits from feature/test into master 2025-09-15 07:52:04 +00:00
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
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