mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 07:21:58 +00:00
12 lines
No EOL
178 B
Kotlin
12 lines
No EOL
178 B
Kotlin
package com.nuvio.app
|
|
|
|
import kotlin.test.Test
|
|
import kotlin.test.assertEquals
|
|
|
|
class ComposeAppCommonTest {
|
|
|
|
@Test
|
|
fun example() {
|
|
assertEquals(3, 1 + 2)
|
|
}
|
|
} |