From 755aa6f3f818ff42a288a26af746b912a7c3f590 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 12 五月 2021 18:36:50 +0800 Subject: [PATCH] 特价新版UI改造 --- library-gallery/src/androidTest/java/com/lzj/gallery/library/ExampleInstrumentedTest.java | 7 ------- 1 files changed, 0 insertions(+), 7 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..1001ac4 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 @@ -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()); - } } -- Gitblit v1.8.0