Merge pull request #2413 from element-hq/feature/bma/unitTests
Add more unit tests
This commit is contained in:
commit
354e82d489
18 changed files with 463 additions and 92 deletions
|
|
@ -103,6 +103,10 @@ class FakeEncryptionService : EncryptionService {
|
|||
backupStateStateFlow.emit(state)
|
||||
}
|
||||
|
||||
suspend fun emitRecoveryState(state: RecoveryState) {
|
||||
recoveryStateStateFlow.emit(state)
|
||||
}
|
||||
|
||||
suspend fun emitEnableRecoveryProgress(state: EnableRecoveryProgress) {
|
||||
enableRecoveryProgressStateFlow.emit(state)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue