From 10d32f7729dc92edcf8e9f1db18fab3e44552fcd Mon Sep 17 00:00:00 2001 From: Don Turner Date: Wed, 4 Sep 2024 23:32:50 +0100 Subject: [PATCH] Update feature/interests/src/test/kotlin/com/google/samples/apps/nowinandroid/interests/InterestsViewModelTest.kt Co-authored-by: Alex Vanyo --- .../apps/nowinandroid/interests/InterestsViewModelTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/interests/src/test/kotlin/com/google/samples/apps/nowinandroid/interests/InterestsViewModelTest.kt b/feature/interests/src/test/kotlin/com/google/samples/apps/nowinandroid/interests/InterestsViewModelTest.kt index 079deac41..987a5bc01 100644 --- a/feature/interests/src/test/kotlin/com/google/samples/apps/nowinandroid/interests/InterestsViewModelTest.kt +++ b/feature/interests/src/test/kotlin/com/google/samples/apps/nowinandroid/interests/InterestsViewModelTest.kt @@ -46,7 +46,7 @@ import kotlin.test.assertEquals * `SavedStateHandle.toRoute` which has a dependency on `android.os.Bundle`. * * TODO: Remove Robolectric if/when AndroidX Navigation API is updated to remove Android dependency. - * See b/340966212. + * See https://issuetracker.google.com/340966212. */ @RunWith(RobolectricTestRunner::class) class InterestsViewModelTest {