Merge pull request #4855 from element-hq/feature/fga/deps_rust_sdk_25.06.10

deps (matrix rust sdk) : bump version to 25.06.10
This commit is contained in:
ganfra 2025-06-10 17:08:57 +02:00 committed by GitHub
commit 2eda54d264
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 8 deletions

View file

@ -83,7 +83,7 @@ import kotlin.time.Duration.Companion.seconds
@Test
fun `present - with CallType RoomCall sets call as active, loads URL, runs WidgetDriver and notifies the other clients a call started`() = runTest {
val sendCallNotificationIfNeededLambda = lambdaRecorder<Result<Unit>> { Result.success(Unit) }
val sendCallNotificationIfNeededLambda = lambdaRecorder<Result<Boolean>> { Result.success(true) }
val syncService = FakeSyncService(SyncState.Running)
val fakeRoom = FakeJoinedRoom(sendCallNotificationIfNeededResult = sendCallNotificationIfNeededLambda)
val client = FakeMatrixClient(syncService = syncService).apply {