From 399ac289f80b7a40aa4210341db6b447cacdcf14 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 09 八月 2022 17:42:33 +0800 Subject: [PATCH] 广告升级,隐私政策整改 --- 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