Merge "Fix test failure in BiometricsUnlockControllerTest"

This commit is contained in:
Issei Suzuki
2022-08-29 16:44:55 +00:00
committed by Android (Google) Code Review

View File

@@ -316,13 +316,6 @@ public class BiometricsUnlockControllerTest extends SysuiTestCase {
mBiometricUnlockController.startWakeAndUnlock(
BiometricUnlockController.MODE_UNLOCK_COLLAPSING);
// THEN we collpase the panels and notify authenticated
verify(mShadeController).animateCollapsePanels(
/* flags */ anyInt(),
/* force */ eq(true),
/* delayed */ eq(false),
/* speedUpFactor */ anyFloat()
);
verify(mStatusBarKeyguardViewManager).notifyKeyguardAuthenticated(
/* strongAuth */ eq(false));
}