Move development test package to sdk 26
Test: make RunSettingsRoboTests -j40 Change-Id: I886a72774442884329d15e5dd276b00a269201c5
This commit is contained in:
@@ -31,7 +31,7 @@ import org.robolectric.shadows.ShadowToast;
|
||||
import static com.google.common.truth.Truth.assertThat;
|
||||
|
||||
@RunWith(SettingsRobolectricTestRunner.class)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
|
||||
public class DevelopmentSettingsDisabledActivityTest {
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user