Fix Konsist failures

This commit is contained in:
Jorge Martín
2024-08-12 13:59:42 +02:00
parent 4f1adb1609
commit b3e811bc7e
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ import kotlinx.coroutines.test.TestScope
import kotlinx.coroutines.test.runTest
import org.junit.Test
class ResetIdentityFlowManagerTests {
class ResetIdentityFlowManagerTest {
@Test
fun `getResetHandle - emits a reset handle`() = runTest {
val startResetLambda = lambdaRecorder<Result<IdentityResetHandle?>> { Result.success(FakeIdentityPasswordResetHandle()) }

View File

@@ -34,7 +34,7 @@ import org.junit.runner.RunWith
import org.robolectric.annotation.Config
@RunWith(AndroidJUnit4::class)
class ResetIdentityRootViewTests {
class ResetIdentityRootViewTest {
@get:Rule
val rule = createAndroidComposeRule<ComponentActivity>()