Fix broken tests
Test: Run robo test Change-Id: I0d466e95c8d63703e05d5b6f0e2a81e43b468ed7
This commit is contained in:
@@ -45,8 +45,8 @@ import org.robolectric.RobolectricTestRunner;
|
||||
@Ignore
|
||||
public class ProfileSelectDialogTest {
|
||||
|
||||
private static final UserHandle NORMAL_USER = UserHandle.of(1111);
|
||||
private static final UserHandle REMOVED_USER = UserHandle.of(2222);
|
||||
private static final UserHandle NORMAL_USER = new UserHandle(1111);
|
||||
private static final UserHandle REMOVED_USER = new UserHandle(2222);
|
||||
|
||||
@Mock
|
||||
private Context mContext;
|
||||
|
Reference in New Issue
Block a user