Lock screen : fix one more test.

This commit is contained in:
ganfra 2023-11-08 13:45:28 +01:00
parent f2ae715a07
commit a5e23431a7

View file

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