Fix test.

This commit is contained in:
Benoit Marty
2025-10-31 10:10:00 +01:00
parent af2429d8ed
commit df4853e1f5

View File

@@ -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()