Merge "Remove the redundant constructor of SuggestionFeatureProviderImpl"
This commit is contained in:
@@ -73,7 +73,7 @@ public class SuggestionFeatureProviderImplTest {
|
||||
when(mContext.getSystemService(Context.ACTIVITY_SERVICE)).thenReturn(mActivityManager);
|
||||
when(mActivityManager.isLowRamDevice()).thenReturn(false);
|
||||
|
||||
mProvider = new SuggestionFeatureProviderImpl(mContext);
|
||||
mProvider = new SuggestionFeatureProviderImpl();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user