Skip to content

Commit 5e3e127

Browse files
committed
Fix Konsist failures
1 parent c02f013 commit 5e3e127

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import kotlinx.coroutines.test.TestScope
3030
import kotlinx.coroutines.test.runTest
3131
import org.junit.Test
3232

33-
class ResetIdentityFlowManagerTests {
33+
class ResetIdentityFlowManagerTest {
3434
@Test
3535
fun `getResetHandle - emits a reset handle`() = runTest {
3636
val startResetLambda = lambdaRecorder<Result<IdentityResetHandle?>> { Result.success(FakeIdentityPasswordResetHandle()) }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import org.junit.runner.RunWith
3434
import org.robolectric.annotation.Config
3535

3636
@RunWith(AndroidJUnit4::class)
37-
class ResetIdentityRootViewTests {
37+
class ResetIdentityRootViewTest {
3838
@get:Rule
3939
val rule = createAndroidComposeRule<ComponentActivity>()
4040

0 commit comments

Comments
 (0)