Fix tests
This commit is contained in:
parent
a91dac6cac
commit
fa8d7b73c7
3 changed files with 54 additions and 30 deletions
|
|
@ -175,7 +175,7 @@ class RustBaseRoomTest {
|
|||
),
|
||||
roomMembershipObserver = roomMembershipObserver,
|
||||
// Not using backgroundScope here, but the test scope
|
||||
sessionCoroutineScope = this,
|
||||
sessionCoroutineScope = backgroundScope,
|
||||
roomInfoMapper = RoomInfoMapper(),
|
||||
initialRoomInfo = initialRoomInfo,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue