library-gallery/src/androidTest/java/com/lzj/gallery/library/ExampleInstrumentedTest.java
@@ -16,11 +16,4 @@ */ @RunWith(AndroidJUnit4.class) public class ExampleInstrumentedTest { @Test public void useAppContext() throws Exception { // Context of the app under test. Context appContext = InstrumentationRegistry.getTargetContext(); assertEquals("com.lzj.gallery.library.test", appContext.getPackageName()); } }