Browse Source

Change test name.

pull/3355/head
Benoit Marty 3 weeks ago
parent
commit
e4174b39e8
  1. 2
      features/securebackup/impl/src/test/kotlin/io/element/android/features/securebackup/impl/reset/ResetIdentityFlowManagerTest.kt

2
features/securebackup/impl/src/test/kotlin/io/element/android/features/securebackup/impl/reset/ResetIdentityFlowManagerTest.kt

@ -66,7 +66,7 @@ class ResetIdentityFlowManagerTest { @@ -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)

Loading…
Cancel
Save