Fix test compilation issue.
This commit is contained in:
parent
b4b407a69e
commit
e12f723ff7
2 changed files with 0 additions and 8 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue