From 15e0968d83d8854c47dd629d9cfd61ae29c060d1 Mon Sep 17 00:00:00 2001 From: de666En Date: Thu, 27 Mar 2025 10:15:22 +0200 Subject: [PATCH] new-Update ExampleInstrumentedTest.kt --- .../java/com/example/waku/ExampleInstrumentedTest.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/android-kotlin/app/src/androidTest/java/com/example/waku/ExampleInstrumentedTest.kt b/examples/android-kotlin/app/src/androidTest/java/com/example/waku/ExampleInstrumentedTest.kt index 5bb7afe0..0e1ec8b2 100644 --- a/examples/android-kotlin/app/src/androidTest/java/com/example/waku/ExampleInstrumentedTest.kt +++ b/examples/android-kotlin/app/src/androidTest/java/com/example/waku/ExampleInstrumentedTest.kt @@ -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) } -} \ No newline at end of file +}