Move LocationPreferenceControllerTest to sdk 26

Test: make RunSettingsRoboTests -j40
Change-Id: I3644868df2a501d819a3dd029523dd06aa9c7c2e
This commit is contained in:
jeffreyhuang
2017-11-30 14:56:58 -08:00
parent 7ec34c1781
commit 30fdcdf72a

View File

@@ -55,7 +55,7 @@ import org.robolectric.RuntimeEnvironment;
import org.robolectric.annotation.Config;
@RunWith(SettingsRobolectricTestRunner.class)
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
public class LocationPreferenceControllerTest {
@Mock
private Preference mPreference;