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

Commit 004002d6 authored by Jeff DeCew's avatar Jeff DeCew Committed by Android Build Coastguard Worker
Browse files

[RESTRICT AUTOMERGE] Fix test failure caused by incorrect string

Fixes: 276453966
Bug: 274759612
Test: atest NotificationInterruptStateProviderImplTest
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ce645d80ba53587e1f9d1aa656e9ddc3dbfb21b0)
Merged-In: I2b49e55e2b0321b6b091793c91b8087135231b86
Change-Id: I2b49e55e2b0321b6b091793c91b8087135231b86
parent 3721a8ad
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());
    }