Skip to content

Commit 57c5c3f

Browse files
committed
Update UIAutomatorTest.kt
1 parent fcada1e commit 57c5c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

espresso/androidTest/UIAutomatorTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@RunWith(AndroidJUnit4::class)
22
class UIAutomatorTest {
33

4-
private val APP_PACKAGE = "pl.androidcode"
4+
private val APP_PACKAGE = "pl.androidcode.espresso"
55
private val SMS_APP_PACKAGE = "com.google.android.apps.messaging"
66

77
private lateinit var device: UiDevice

0 commit comments

Comments
 (0)