Fix test compilation issue.

This commit is contained in:
Benoit Marty 2024-11-20 21:35:29 +01:00 committed by Benoit Marty
parent e7ccbb9f9c
commit 3407a1d1d6

View file

@ -32,5 +32,6 @@ internal fun aRustRoomPreviewInfo(
isHistoryWorldReadable = true,
membership = membership,
joinRule = joinRule,
heroes = null,
)
}