Skip to content

Commit

Permalink
corrected package name
Browse files Browse the repository at this point in the history
  • Loading branch information
RajuSE committed Feb 13, 2017
1 parent 92ff82d commit 0383b81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void useAppContext() throws Exception {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getTargetContext();

assertEquals("rajusugale.dev.codelib", appContext.getPackageName());
assertEquals("rajusugale.dev.mortar", appContext.getPackageName());
}

@Test
Expand Down

0 comments on commit 0383b81

Please sign in to comment.