version
fix: update:修改包名
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.handuan.os;
|
||||
package com.xwad.os;
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
@@ -22,6 +22,6 @@ public class ExampleInstrumentedTest {
|
||||
// Context of the app under test.
|
||||
Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
|
||||
|
||||
assertEquals("com.handuan.os", appContext.getPackageName());
|
||||
assertEquals("com.xwad.os", appContext.getPackageName());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user