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

Commit 4740b615 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Fix build

Test: runtest systemui
Change-Id: I94663b45c8f745c9485cdeb898de5a6bc4f85f0b
parent e7ec7ec6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ public class NotificationInfoTest extends SysuiTestCase {
    public void testBindNotification_SettingsButtonReappersAfterSecondBind() throws Exception {
        mNotificationInfo.bindNotification(mMockPackageManager, mMockINotificationManager,
                TEST_PACKAGE_NAME, Arrays.asList(mNotificationChannel),
                null, null, null, null);
                mNotificationChannel.getImportance(), mSbn, null, null, null, null, null);
        mNotificationInfo.bindNotification(mMockPackageManager, mMockINotificationManager,
                TEST_PACKAGE_NAME, Arrays.asList(mNotificationChannel),
                mNotificationChannel.getImportance(), mSbn,