Add test for NotificationEventPersistence
This commit is contained in:
parent
73ebffab2e
commit
a09fa1c5ad
2 changed files with 65 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ import io.element.android.libraries.push.impl.notifications.model.NotifiableMess
|
|||
import io.element.android.libraries.push.impl.notifications.model.SimpleNotifiableEvent
|
||||
import timber.log.Timber
|
||||
|
||||
data class NotificationEventQueue constructor(
|
||||
data class NotificationEventQueue(
|
||||
private val queue: MutableList<NotifiableEvent>,
|
||||
/**
|
||||
* An in memory FIFO cache of the seen events.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue