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

Commit eaaf6438 authored by alinazaidi's avatar alinazaidi Committed by Alina Zaidi
Browse files

Fix

NotifChipsViewModelTest#chips_hasHeadsUpByUser_forThisNotif_onlyShowsIcon when StatusBarConnectedDisplays flag is on.

Bug: 391621879
Flag: com.android.systemui.shared.status_bar_connected_displays
Test: atest com.android.systemui.statusbar.chips.notification.ui.viewmodel.NotifChipsViewModelTest
Change-Id: I247ae74132061240ddc366e3d6e8f9373b404abd
parent c75c8af6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -609,7 +609,7 @@ class NotifChipsViewModelTest : SysuiTestCase() {
                listOf(
                    activeNotificationModel(
                        key = "notif",
                        statusBarChipIcon = mock<StatusBarIconView>(),
                        statusBarChipIcon = createStatusBarIconViewOrNull(),
                        promotedContent = promotedContentBuilder.build(),
                    )
                )