quality: fix tests after api changes
This commit is contained in:
parent
abcb38ef06
commit
1bde2384e9
4 changed files with 5 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue