move security test package to sdk 26
Test: make RunSettingsRoboTests -j40 Change-Id: Icc02469b5bcfab4be55caeab948275d3f4ca08ae
This commit is contained in:
@@ -53,7 +53,7 @@ import org.robolectric.annotation.Config;
|
||||
import org.robolectric.shadows.ShadowLooper;
|
||||
|
||||
@RunWith(SettingsRobolectricTestRunner.class)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
|
||||
public class SecurityFeatureProviderImplTest {
|
||||
|
||||
private static final String MOCK_KEY = "key";
|
||||
|
||||
Reference in New Issue
Block a user