Fix test.
This commit is contained in:
parent
af2429d8ed
commit
df4853e1f5
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ class DefaultNotificationCreatorTest {
|
|||
}
|
||||
|
||||
private fun Notification.commonAssertions(
|
||||
expectedGroup: String? = A_SESSION_ID.value,
|
||||
expectedGroup: String? = aMatrixUser().userId.value,
|
||||
expectedCategory: String? = NotificationCompat.CATEGORY_MESSAGE,
|
||||
) {
|
||||
assertThat(contentIntent).isNotNull()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue