code review: renaming, comments, extract common code
This commit is contained in:
parent
31ab66985e
commit
3f1543eb51
10 changed files with 90 additions and 69 deletions
|
|
@ -125,7 +125,7 @@ class FakeEncryptionService(
|
|||
return pinUserIdentityResult(userId)
|
||||
}
|
||||
|
||||
override suspend fun withdrawVerificationRequirement(userId: UserId): Result<Unit> {
|
||||
override suspend fun withdrawVerification(userId: UserId): Result<Unit> {
|
||||
return withdrawVerificationResult(userId)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue