First release

This commit is contained in:
Kevin Puertas
2017-12-02 21:54:50 +01:00
parent a23cfb93fd
commit 205a238d5c
5 changed files with 13 additions and 5 deletions

View File

@@ -21,6 +21,6 @@ public class ExampleInstrumentedTest {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getTargetContext();
assertEquals("com.jkanetwork.st.com.jkanetwork.st.frasesdeanime", appContext.getPackageName());
assertEquals("com.jkanetwork.st.frasesdeanime", appContext.getPackageName());
}
}