Update features/ftue/impl/src/test/kotlin/io/element/android/features/ftue/impl/DefaultFtueStateTests.kt

Co-authored-by: Benoit Marty <benoit@matrix.org>
This commit is contained in:
ganfra
2023-11-08 12:54:25 +01:00
committed by GitHub
parent dc2e05430b
commit f2ae715a07

View File

@@ -113,7 +113,7 @@ class DefaultFtueStateTests {
steps.add(state.getNextStep(steps.lastOrNull()))
permissionStateProvider.setPermissionGranted()
// Fourth step, notifications opt in
// Fourth step, entering PIN code
steps.add(state.getNextStep(steps.lastOrNull()))
lockScreenService.setIsPinSetup(true)