diff --git a/app/src/androidTest/java/org/mozilla/fenix/helpers/HomeActivityTestRule.kt b/app/src/androidTest/java/org/mozilla/fenix/helpers/HomeActivityTestRule.kt index 3a3a97453..ec3ef1959 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/helpers/HomeActivityTestRule.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/helpers/HomeActivityTestRule.kt @@ -174,7 +174,7 @@ class HomeActivityIntentTestRule internal constructor( } } - override fun getActivityIntent(): Intent { + override fun getActivityIntent(): Intent? { return if (this::intent.isInitialized) { this.intent } else {