mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
fixing tests to match new abstraction
This change will let us move from activity to other parent views for recent viewss Change-Id: I2424d94f799f87b2d2262da96b289aac6dfadee9
This commit is contained in:
@@ -34,7 +34,7 @@ import org.junit.runner.RunWith;
|
||||
|
||||
@LargeTest
|
||||
@RunWith(AndroidJUnit4.class)
|
||||
public class LauncherIntentTest extends AbstractLauncherUiTest {
|
||||
public class LauncherIntentTest extends AbstractLauncherUiTest<Launcher> {
|
||||
|
||||
public final Intent allAppsIntent = new Intent(Intent.ACTION_ALL_APPS);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user