new-Update ExampleInstrumentedTest.kt

This commit is contained in:
de666En 2025-03-27 10:15:22 +02:00 committed by GitHub
parent f59588a970
commit 15e0968d83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ import org.junit.Assert.*
/**
* Instrumented test, which will execute on an Android device.
*
* See [testing documentation](http://d.android.com/tools/testing).
* See [testing documentation](https://developer.android.com/tools/testing).
*/
@RunWith(AndroidJUnit4::class)
class ExampleInstrumentedTest {
@ -21,4 +21,4 @@ class ExampleInstrumentedTest {
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
assertEquals("com.example.waku", appContext.packageName)
}
}
}