From a0646717a313072ba287c70a158e84f99eaaf832 Mon Sep 17 00:00:00 2001 From: Valere Date: Mon, 4 May 2026 08:59:46 +0200 Subject: [PATCH] fix test compilation --- .../eventformatter/impl/DefaultRoomLatestEventFormatterTest.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/eventformatter/impl/src/test/kotlin/io/element/android/libraries/eventformatter/impl/DefaultRoomLatestEventFormatterTest.kt b/libraries/eventformatter/impl/src/test/kotlin/io/element/android/libraries/eventformatter/impl/DefaultRoomLatestEventFormatterTest.kt index e1e8717c4c..177cc27df2 100644 --- a/libraries/eventformatter/impl/src/test/kotlin/io/element/android/libraries/eventformatter/impl/DefaultRoomLatestEventFormatterTest.kt +++ b/libraries/eventformatter/impl/src/test/kotlin/io/element/android/libraries/eventformatter/impl/DefaultRoomLatestEventFormatterTest.kt @@ -75,6 +75,7 @@ class DefaultRoomLatestEventFormatterTest { profileChangeContentFormatter = ProfileChangeContentFormatter(stringProvider), stateContentFormatter = StateContentFormatter(stringProvider), permalinkParser = FakePermalinkParser(), + rtcNotificationContentFormatter = RtcNotificationContentFormatter(fakeMatrixClient, stringProvider) ) }