Skip to content

Commit

Permalink
fixing testing naming
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemathias committed Feb 13, 2018
1 parent 09a8f01 commit 8d79358
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() throws Exception {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getTargetContext();

assertEquals("com.example.yubo.bluepi", appContext.getPackageName());
assertEquals("io.treehouses.remote", appContext.getPackageName());
}
}

0 comments on commit 8d79358

Please sign in to comment.