Fix tests build issue
This commit is contained in:
parent
c43c6e65d8
commit
040b4b6d26
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class FakeSessionVerificationService : SessionVerificationService {
|
|||
this.emojiList = emojis
|
||||
}
|
||||
|
||||
override fun reset() {
|
||||
override suspend fun reset() {
|
||||
_verificationFlowState.value = VerificationFlowState.Initial
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue