Merge "Remove unused context variable" into sc-dev

This commit is contained in:
Matt Casey
2021-06-07 17:10:24 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}