Skip to content

Commit

Permalink
major refactoring job - package name change
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Jan 24, 2019
1 parent 723cbd2 commit 244447b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ public void useAppContext() {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getTargetContext();

assertEquals("michaelbrabec.bakalab", appContext.getPackageName());
assertEquals("org.bakalab.app", appContext.getPackageName());
}
}

0 comments on commit 244447b

Please sign in to comment.