We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bbe1e9 commit 064dcfeCopy full SHA for 064dcfe
suikotlin/src/androidTest/java/io/cosmostation/suikotlin/ExampleInstrumentedTest.kt
@@ -1,13 +1,11 @@
1
package io.cosmostation.suikotlin
2
3
-import androidx.test.platform.app.InstrumentationRegistry
4
import androidx.test.ext.junit.runners.AndroidJUnit4
5
-
+import androidx.test.platform.app.InstrumentationRegistry
+import org.junit.Assert.*
6
import org.junit.Test
7
import org.junit.runner.RunWith
8
9
-import org.junit.Assert.*
10
11
/**
12
* Instrumented test, which will execute on an Android device.
13
*
0 commit comments