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

Commit 648b6f93 authored by Matt Casey's avatar Matt Casey
Browse files

Remove unused context variable

Bug: 189958075
Change-Id: Ib489f80bbd0a2101a7c269feae0fefa583119d37
parent d749a8b9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -65,7 +65,6 @@ public class ScrollCaptureClientTest extends SysuiTestCase {
    @Before
    public void setUp() {
        MockitoAnnotations.initMocks(this);
        Context context = InstrumentationRegistry.getInstrumentation().getContext();
        mWm = mock(IWindowManager.class);
    }