mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 02:44:34 -05:00
14 lines
245 B
Kotlin
14 lines
245 B
Kotlin
/*
|
|
* 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)
|
|
}
|
|
}
|