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

Commit dab6402b authored by Adrian Roos's avatar Adrian Roos Committed by Android (Google) Code Review
Browse files

Merge "NotiViewWrapper: Fix test that breaks on master"

parents 4ab1d64f 2d05fe42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ public class NotificationViewWrapperTest {

    @Test
    public void constructor_doesntUseViewContext() throws Exception {
        new TestableNotificationViewWrapper(mContext, new View(null /* context */), null /* row */);
        new TestableNotificationViewWrapper(mContext, null /* view */, null /* row */);
    }

    static class TestableNotificationViewWrapper extends NotificationViewWrapper {