Change test name.

This commit is contained in:
Benoit Marty 2024-08-29 11:13:57 +02:00
parent bc5ab0759c
commit e4174b39e8

View file

@ -66,7 +66,7 @@ class ResetIdentityFlowManagerTest {
}
@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 encryptionService = FakeEncryptionService(startIdentityResetLambda = startResetLambda)
val flowManager = createFlowManager(encryptionService = encryptionService)