Rename youtube-music module to innertube and rewrite it
This commit is contained in:
10
innertube/src/test/kotlin/Test.kt
Normal file
10
innertube/src/test/kotlin/Test.kt
Normal file
@@ -0,0 +1,10 @@
|
||||
import kotlinx.coroutines.runBlocking
|
||||
import org.junit.Test
|
||||
|
||||
class Test {
|
||||
@Test
|
||||
@Throws(Exception::class)
|
||||
fun test() = runBlocking {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user