This commit is contained in:
tom5079
2019-11-30 16:10:09 +09:00
parent e497d47374
commit 74033b9f4a
2 changed files with 14 additions and 6 deletions

View File

@@ -20,22 +20,19 @@
package xyz.quaver.pupil
import org.junit.Test
/**
* Example local unit test, which will execute on the development machine (host).
*
* See [testing documentation](http://d.android.com/tools/testing).
*/
import org.junit.Test
class ExampleUnitTest {
@Test
fun test() {
val current = "0.1"
val latest = "0.2"
print(current < latest)
}
}