Fix Konsist failures
This commit is contained in:
parent
4f1adb1609
commit
b3e811bc7e
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ import kotlinx.coroutines.test.TestScope
|
||||||
import kotlinx.coroutines.test.runTest
|
import kotlinx.coroutines.test.runTest
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
|
|
||||||
class ResetIdentityFlowManagerTests {
|
class ResetIdentityFlowManagerTest {
|
||||||
@Test
|
@Test
|
||||||
fun `getResetHandle - emits a reset handle`() = runTest {
|
fun `getResetHandle - emits a reset handle`() = runTest {
|
||||||
val startResetLambda = lambdaRecorder<Result<IdentityResetHandle?>> { Result.success(FakeIdentityPasswordResetHandle()) }
|
val startResetLambda = lambdaRecorder<Result<IdentityResetHandle?>> { Result.success(FakeIdentityPasswordResetHandle()) }
|
||||||
|
|
@ -34,7 +34,7 @@ import org.junit.runner.RunWith
|
||||||
import org.robolectric.annotation.Config
|
import org.robolectric.annotation.Config
|
||||||
|
|
||||||
@RunWith(AndroidJUnit4::class)
|
@RunWith(AndroidJUnit4::class)
|
||||||
class ResetIdentityRootViewTests {
|
class ResetIdentityRootViewTest {
|
||||||
@get:Rule
|
@get:Rule
|
||||||
val rule = createAndroidComposeRule<ComponentActivity>()
|
val rule = createAndroidComposeRule<ComponentActivity>()
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue