admin
2024-09-13 23cb5200b7a8fb57af5e8006612181bae9c0c95d
library-gallery/src/androidTest/java/com/lzj/gallery/library/ExampleInstrumentedTest.java
@@ -18,9 +18,6 @@
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());
    }
}