move tests to sdk 26
Test: make RunSettingsRoboTests -j40 Change-Id: I559b2f45b5121eedecad0cdffba68220f7a4d0cb
This commit is contained in:
@@ -37,7 +37,7 @@ import static com.google.common.truth.Truth.assertThat;
|
||||
import static org.mockito.Mockito.when;
|
||||
|
||||
@RunWith(SettingsRobolectricTestRunner.class)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
|
||||
public class UserFeatureProviderImplTest {
|
||||
public static final int FIRST_USER_ID = 0;
|
||||
public static final int SECOND_USER_ID = 4;
|
||||
|
||||
Reference in New Issue
Block a user