From a5e23431a7ab0fbf71a88e42b2433c456c8b1c24 Mon Sep 17 00:00:00 2001 From: ganfra Date: Wed, 8 Nov 2023 13:45:28 +0100 Subject: [PATCH] Lock screen : fix one more test. --- .../features/lockscreen/impl/unlock/PinUnlockPresenterTest.kt | 1 + 1 file changed, 1 insertion(+) 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), ) } }