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

Commit 6b042426 authored by Jeff DeCew's avatar Jeff DeCew Committed by Android (Google) Code Review
Browse files

Merge "[RESTRICT AUTOMERGE] Fix test failure caused by incorrect string" into tm-dev

parents 9587fcef 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());
    }