Fix test.
This commit is contained in:
parent
6cbb679375
commit
fed09eeefb
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