Skip to content

Commit 4680233

Browse files
committed
edited
1 parent f7b0a24 commit 4680233

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/src/androidTest/java/com/cat/ExampleInstrumentedTest.kt

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.cat
22

3-
/*import androidx.test.platform.app.InstrumentationRegistry
3+
import androidx.test.platform.app.InstrumentationRegistry
44
import androidx.test.ext.junit.runners.AndroidJUnit4
55

66
import org.junit.Test
@@ -21,5 +21,4 @@ class ExampleInstrumentedTest {
2121
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
2222
assertEquals("com.game", appContext.packageName)
2323
}
24-
}
25-
*/
24+
}

0 commit comments

Comments
 (0)