typo
This commit is contained in:
parent
b1d57244c2
commit
730fcde506
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ class IdentityChangeStatePresenterTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun `present - when the user withdraw the identity, the presenter invokes the encryption service api`() =
|
fun `present - when the user withdraws the identity, the presenter invokes the encryption service api`() =
|
||||||
runTest {
|
runTest {
|
||||||
val lambda = lambdaRecorder<UserId, Result<Unit>> { Result.success(Unit) }
|
val lambda = lambdaRecorder<UserId, Result<Unit>> { Result.success(Unit) }
|
||||||
val encryptionService = FakeEncryptionService(
|
val encryptionService = FakeEncryptionService(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue