mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-01 01:44:34 -05:00
add readme and license, rename the server module
This commit is contained in:
13
server/src/test/kotlin/ir/armor/tachidesk/AppTest.kt
Normal file
13
server/src/test/kotlin/ir/armor/tachidesk/AppTest.kt
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* This Kotlin source file was generated by the Gradle 'init' task.
|
||||
*/
|
||||
package ir.armor.tachidesk
|
||||
|
||||
import kotlin.test.Test
|
||||
import kotlin.test.assertTrue
|
||||
|
||||
class AppTest {
|
||||
@Test fun testAppHasAGreeting() {
|
||||
assertTrue(true)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user