quality: fix tests after api changes

This commit is contained in:
ganfra 2025-11-19 15:25:44 +01:00
parent f4f129f420
commit 12b71d6c0b
4 changed files with 5 additions and 3 deletions

View file

@ -510,7 +510,7 @@ class InReplyToMetadataKtTest {
fun `state content`() = runTest {
moleculeFlow(RecompositionMode.Immediate) {
anInReplyToDetailsReady(
eventContent = StateContent("", OtherState.RoomJoinRules)
eventContent = StateContent("", OtherState.RoomJoinRules(null))
).metadata(hideImage = false)
}.test {
awaitItem().let {