Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd69009c authored by Matt Pietal's avatar Matt Pietal
Browse files

[DO NOT MERGE] Fix broken NotificationPanelViewControllerTest

Use an empty Optional for testing

Test: atest NotificationPanelViewControllerTest
Fixes: 205494491
Change-Id: Iea3ab041d14d18138c0403315ab25f91fd87f776
parent 3695613b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -308,7 +308,7 @@ public class NotificationPanelViewControllerTest extends SysuiTestCase {
    private NotificationsQSContainerController mNotificationsQSContainerController;
    @Mock
    private FeatureFlags mFeatureFlags;
    private Optional<SysUIUnfoldComponent> mSysUIUnfoldComponent;
    private Optional<SysUIUnfoldComponent> mSysUIUnfoldComponent = Optional.empty();
    private SysuiStatusBarStateController mStatusBarStateController;
    private NotificationPanelViewController mNotificationPanelViewController;
    private View.AccessibilityDelegate mAccessibiltyDelegate;