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 {