Add test for NotificationEventPersistence

This commit is contained in:
Benoit Marty 2023-11-27 14:49:19 +01:00 committed by Benoit Marty
parent 73ebffab2e
commit a09fa1c5ad
2 changed files with 65 additions and 1 deletions

View file

@ -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.