Browse Source

Lock screen : fix one more test.

pull/1757/head
ganfra 11 months ago
parent
commit
4f519a817a
  1. 1
      features/lockscreen/impl/src/test/kotlin/io/element/android/features/lockscreen/impl/unlock/PinUnlockPresenterTest.kt

1
features/lockscreen/impl/src/test/kotlin/io/element/android/features/lockscreen/impl/unlock/PinUnlockPresenterTest.kt

@ -148,6 +148,7 @@ class PinUnlockPresenterTest {
biometricUnlockManager = biometricUnlockManager, biometricUnlockManager = biometricUnlockManager,
matrixClient = FakeMatrixClient(), matrixClient = FakeMatrixClient(),
coroutineScope = scope, coroutineScope = scope,
pinUnlockHelper = PinUnlockHelper(biometricUnlockManager, pinCodeManager),
) )
} }
} }

Loading…
Cancel
Save