From 23cb5200b7a8fb57af5e8006612181bae9c0c95d Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 13 九月 2024 14:51:17 +0800 Subject: [PATCH] '功能完善' --- library-gallery/src/androidTest/java/com/lzj/gallery/library/ExampleInstrumentedTest.java | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/library-gallery/src/androidTest/java/com/lzj/gallery/library/ExampleInstrumentedTest.java b/library-gallery/src/androidTest/java/com/lzj/gallery/library/ExampleInstrumentedTest.java index fbae1e1..f41041d 100644 --- a/library-gallery/src/androidTest/java/com/lzj/gallery/library/ExampleInstrumentedTest.java +++ b/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()); } } -- Gitblit v1.8.0