diff --git a/appnav/src/test/kotlin/io/element/android/appnav/loggedin/LoggedInPresenterTest.kt b/appnav/src/test/kotlin/io/element/android/appnav/loggedin/LoggedInPresenterTest.kt index 191efd70ec..4fa03fdbdd 100644 --- a/appnav/src/test/kotlin/io/element/android/appnav/loggedin/LoggedInPresenterTest.kt +++ b/appnav/src/test/kotlin/io/element/android/appnav/loggedin/LoggedInPresenterTest.kt @@ -218,7 +218,6 @@ class LoggedInPresenterTest { val pushProvider = FakePushProvider( index = 1, name = "aFakePushProvider0", - isAvailable = true, distributors = listOf( Distributor("aDistributorValue0", "aDistributorName0"), distributor, @@ -263,7 +262,6 @@ class LoggedInPresenterTest { val pushProvider = FakePushProvider( index = 0, name = "aFakePushProvider0", - isAvailable = true, distributors = listOf( Distributor("aDistributorValue0", "aDistributorName0"), Distributor("aDistributorValue1", "aDistributorName1"), @@ -308,7 +306,6 @@ class LoggedInPresenterTest { val pushProvider = FakePushProvider( index = 0, name = "aFakePushProvider0", - isAvailable = true, distributors = emptyList(), ) val pushService = createFakePushService( @@ -377,7 +374,6 @@ class LoggedInPresenterTest { pushProvider0 = FakePushProvider( index = 1, name = "aFakePushProvider1", - isAvailable = true, distributors = emptyList(), ), pushProvider1 = null, @@ -407,14 +403,12 @@ class LoggedInPresenterTest { pushProvider0: PushProvider? = FakePushProvider( index = 0, name = "aFakePushProvider0", - isAvailable = true, distributors = listOf(Distributor("aDistributorValue0", "aDistributorName0")), currentDistributor = { null }, ), pushProvider1: PushProvider? = FakePushProvider( index = 1, name = "aFakePushProvider1", - isAvailable = true, distributors = listOf(Distributor("aDistributorValue1", "aDistributorName1")), currentDistributor = { null }, ), diff --git a/features/preferences/impl/src/test/kotlin/io/element/android/features/preferences/impl/notifications/NotificationSettingsPresenterTest.kt b/features/preferences/impl/src/test/kotlin/io/element/android/features/preferences/impl/notifications/NotificationSettingsPresenterTest.kt index 3530095ed0..7895da495b 100644 --- a/features/preferences/impl/src/test/kotlin/io/element/android/features/preferences/impl/notifications/NotificationSettingsPresenterTest.kt +++ b/features/preferences/impl/src/test/kotlin/io/element/android/features/preferences/impl/notifications/NotificationSettingsPresenterTest.kt @@ -302,13 +302,11 @@ class NotificationSettingsPresenterTest { val pushProvider1 = FakePushProvider( index = 0, name = "aFakePushProvider0", - isAvailable = true, distributors = listOf(Distributor("aDistributorValue0", "aDistributorName0")), ) val pushProvider2 = FakePushProvider( index = 1, name = "aFakePushProvider1", - isAvailable = true, distributors = listOf(Distributor("aDistributorValue1", "aDistributorName1")), ) return FakePushService(