Fix test.

This commit is contained in:
Benoit Marty 2025-10-31 10:10:00 +01:00
parent 6cbb679375
commit fed09eeefb

View file

@ -278,7 +278,7 @@ class DefaultNotificationCreatorTest {
} }
private fun Notification.commonAssertions( private fun Notification.commonAssertions(
expectedGroup: String? = A_SESSION_ID.value, expectedGroup: String? = aMatrixUser().userId.value,
expectedCategory: String? = NotificationCompat.CATEGORY_MESSAGE, expectedCategory: String? = NotificationCompat.CATEGORY_MESSAGE,
) { ) {
assertThat(contentIntent).isNotNull() assertThat(contentIntent).isNotNull()