From 542a1aebe872632e69b4a42ff629d13bb4e8d6d0 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期二, 22 七月 2025 09:31:14 +0800
Subject: [PATCH] Merge branch '1.3.1'
---
countrypicker/src/androidTest/java/com/sahooz/library/countrypicker/ExampleInstrumentedTest.java | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/countrypicker/src/androidTest/java/com/sahooz/library/countrypicker/ExampleInstrumentedTest.java b/countrypicker/src/androidTest/java/com/sahooz/library/countrypicker/ExampleInstrumentedTest.java
index 980f352..920ad35 100644
--- a/countrypicker/src/androidTest/java/com/sahooz/library/countrypicker/ExampleInstrumentedTest.java
+++ b/countrypicker/src/androidTest/java/com/sahooz/library/countrypicker/ExampleInstrumentedTest.java
@@ -15,13 +15,13 @@
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() throws Exception {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getTargetContext();
-
- assertEquals("com.sahooz.library.test", appContext.getPackageName());
- }
-}
+//@RunWith(AndroidJUnit4.class)
+//public class ExampleInstrumentedTest {
+// @Test
+// public void useAppContext() throws Exception {
+// // Context of the app under test.
+// Context appContext = InstrumentationRegistry.getTargetContext();
+//
+// assertEquals("com.sahooz.library.test", appContext.getPackageName());
+// }
+//}
--
Gitblit v1.8.0