Skip to content

Commit 3f88e36

Browse files
Update AndroidDeveloperVerificationOnboarding/app/src/androidTest/java/com/androiddeveloperverification/onboarding/ExampleInstrumentedTest.kt
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent a36c1a3 commit 3f88e36

File tree

1 file changed

+1
-1
lines changed
  • AndroidDeveloperVerificationOnboarding/app/src/androidTest/java/com/androiddeveloperverification/onboarding

1 file changed

+1
-1
lines changed

AndroidDeveloperVerificationOnboarding/app/src/androidTest/java/com/androiddeveloperverification/onboarding/ExampleInstrumentedTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ class ExampleInstrumentedTest {
3535
fun useAppContext() {
3636
// Context of the app under test.
3737
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
38-
assertEquals("com.example.existingapp", appContext.packageName)
38+
assertEquals("com.androiddeveloperverification.onboarding", appContext.packageName)
3939
}
4040
}

0 commit comments

Comments
 (0)