fix test compilation

This commit is contained in:
Valere 2026-05-04 08:59:46 +02:00
parent 795299ed0c
commit a0646717a3

View file

@ -75,6 +75,7 @@ class DefaultRoomLatestEventFormatterTest {
profileChangeContentFormatter = ProfileChangeContentFormatter(stringProvider),
stateContentFormatter = StateContentFormatter(stringProvider),
permalinkParser = FakePermalinkParser(),
rtcNotificationContentFormatter = RtcNotificationContentFormatter(fakeMatrixClient, stringProvider)
)
}