We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b0a24 commit 4680233Copy full SHA for 4680233
app/src/androidTest/java/com/cat/ExampleInstrumentedTest.kt
@@ -1,6 +1,6 @@
1
package com.cat
2
3
-/*import androidx.test.platform.app.InstrumentationRegistry
+import androidx.test.platform.app.InstrumentationRegistry
4
import androidx.test.ext.junit.runners.AndroidJUnit4
5
6
import org.junit.Test
@@ -21,5 +21,4 @@ class ExampleInstrumentedTest {
21
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
22
assertEquals("com.game", appContext.packageName)
23
}
24
-}
25
-*/
+}
0 commit comments