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

Commit ce645d80 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

[RESTRICT AUTOMERGE] Fix test failure caused by incorrect string

Fixes: 276453966
Bug: 274759612
Test: atest NotificationInterruptStateProviderImplTest
Change-Id: I2b49e55e2b0321b6b091793c91b8087135231b86
parent e65f0c96
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());
    }