diff --git a/features/lockscreen/impl/src/test/kotlin/io/element/android/features/lockscreen/impl/unlock/PinUnlockPresenterTest.kt b/features/lockscreen/impl/src/test/kotlin/io/element/android/features/lockscreen/impl/unlock/PinUnlockPresenterTest.kt index 745b1c9629..021f0132a2 100644 --- a/features/lockscreen/impl/src/test/kotlin/io/element/android/features/lockscreen/impl/unlock/PinUnlockPresenterTest.kt +++ b/features/lockscreen/impl/src/test/kotlin/io/element/android/features/lockscreen/impl/unlock/PinUnlockPresenterTest.kt @@ -148,6 +148,7 @@ class PinUnlockPresenterTest { biometricUnlockManager = biometricUnlockManager, matrixClient = FakeMatrixClient(), coroutineScope = scope, + pinUnlockHelper = PinUnlockHelper(biometricUnlockManager, pinCodeManager), ) } }