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

Commit ad27aa11 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "NotiViewWrapper: Fix test that breaks on master" into oc-dev

parents d3407638 4c720d2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ public class NotificationViewWrapperTest {
    @Ignore("Broken")
    @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 {