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

Commit 45133db2 authored by Jeff DeCew's avatar Jeff DeCew Committed by Automerger Merge Worker
Browse files

[RESTRICT AUTOMERGE] Fix test failure caused by incorrect string am: ce645d80

parents d7e8db04 ce645d80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -482,7 +482,7 @@ public class NotificationInterruptStateProviderImplTest extends SysuiTestCase {
        assertThat(mNotifInterruptionStateProvider.shouldLaunchFullScreenIntentWhenAdded(entry))
                .isFalse();
        verify(mLogger, never()).logNoFullscreen(any(), any());
        verify(mLogger).logNoFullscreenWarning(entry, "GroupAlertBehavior will prevent HUN");
        verify(mLogger).logNoFullscreenWarning(entry, "BubbleMetadata may prevent HUN");
        verify(mLogger, never()).logFullscreen(any(), any());
    }