move survey and system test package to sdk 26
Test: make RunSettingsRoboTests -j40 Change-Id: I6090a4d1e8b5b094c2400c8f6088953c2cf5b2f6
This commit is contained in:
@@ -32,7 +32,7 @@ import org.robolectric.annotation.Config;
|
||||
import org.robolectric.util.ReflectionHelpers;
|
||||
|
||||
@RunWith(SettingsRobolectricTestRunner.class)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
|
||||
public class SurveyMixinTest {
|
||||
|
||||
private static final String FAKE_KEY = "fake_key";
|
||||
|
Reference in New Issue
Block a user