Merge "Fix test failure in BiometricsUnlockControllerTest"
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user