Change test name.
This commit is contained in:
parent
8441795e0d
commit
b888aa30ae
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class ResetIdentityFlowManagerTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun `getResetHandle - will fail if it receives a null reset handle`() = runTest {
|
fun `getResetHandle - will success if it receives a null reset handle`() = runTest {
|
||||||
val startResetLambda = lambdaRecorder<Result<IdentityResetHandle?>> { Result.success(null) }
|
val startResetLambda = lambdaRecorder<Result<IdentityResetHandle?>> { Result.success(null) }
|
||||||
val encryptionService = FakeEncryptionService(startIdentityResetLambda = startResetLambda)
|
val encryptionService = FakeEncryptionService(startIdentityResetLambda = startResetLambda)
|
||||||
val flowManager = createFlowManager(encryptionService = encryptionService)
|
val flowManager = createFlowManager(encryptionService = encryptionService)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue