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 a6808e01a0812..cce2e8994a0c0 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 @@ -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)); }