diff --git a/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/BiometricsUnlockControllerTest.java b/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/BiometricsUnlockControllerTest.java index d2680eb5d8bb0..38506f22d9f90 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/BiometricsUnlockControllerTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/BiometricsUnlockControllerTest.java @@ -314,13 +314,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)); }