Skip to content

Commit

Permalink
Fix app name in android test
Browse files Browse the repository at this point in the history
  • Loading branch information
udenr committed Jul 19, 2024
1 parent d52d2a1 commit e561d66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void useAppContext() throws Exception {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();

assertEquals("com.secuso.privacyfriendlycodescanner.qrscanner", appContext.getPackageName());
assertEquals("com.secuso.privacyFriendlyCodeScanner", appContext.getPackageName());
}

@Before
Expand Down

0 comments on commit e561d66

Please sign in to comment.