Fix tests build issue

This commit is contained in:
ganfra
2023-06-08 17:19:36 +02:00
parent c43c6e65d8
commit 040b4b6d26

View File

@@ -84,7 +84,7 @@ class FakeSessionVerificationService : SessionVerificationService {
this.emojiList = emojis
}
override fun reset() {
override suspend fun reset() {
_verificationFlowState.value = VerificationFlowState.Initial
}
}