Fix tests

This commit is contained in:
Jorge Martín 2025-12-16 16:53:24 +01:00 committed by Jorge Martin Espinosa
parent a91dac6cac
commit fa8d7b73c7
3 changed files with 54 additions and 30 deletions

View file

@ -175,7 +175,7 @@ class RustBaseRoomTest {
),
roomMembershipObserver = roomMembershipObserver,
// Not using backgroundScope here, but the test scope
sessionCoroutineScope = this,
sessionCoroutineScope = backgroundScope,
roomInfoMapper = RoomInfoMapper(),
initialRoomInfo = initialRoomInfo,
)