Browse Source

Fix formatting error

pull/3320/head
Benoit Marty 3 weeks ago
parent
commit
61c66073e6
  1. 4
      libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/push/DefaultOnRedactedEventReceivedTest.kt

4
libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/push/DefaultOnRedactedEventReceivedTest.kt

@ -73,9 +73,7 @@ class DefaultOnRedactedEventReceivedTest {
getSummaryNotificationResult = { lambdaError() }, getSummaryNotificationResult = { lambdaError() },
countResult = { lambdaError() }, countResult = { lambdaError() },
), ),
notificationDisplayer = FakeNotificationDisplayer( notificationDisplayer = FakeNotificationDisplayer(),
),
coroutineScope = this, coroutineScope = this,
context = context, context = context,
stringProvider = FakeStringProvider(), stringProvider = FakeStringProvider(),

Loading…
Cancel
Save