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,
matrixClient = FakeMatrixClient(),
coroutineScope = scope,
pinUnlockHelper = PinUnlockHelper(biometricUnlockManager, pinCodeManager),
)
}
}