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

Commit 29a518f2 authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

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

am: ad27aa11

Change-Id: I4a74e401b9c4cdaeb0b27919b03e24b88855edb8
parents e5fffd4b ad27aa11
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 {