update language package test to sdk 26
Test: make RunSettingsRoboTests -j40 Change-Id: I7ed2070a7c54eff34803b473d9fe67cea12424cd
This commit is contained in:
@@ -39,7 +39,7 @@ import org.robolectric.shadows.ShadowApplication;
|
||||
import java.util.TreeSet;
|
||||
|
||||
@RunWith(SettingsRobolectricTestRunner.class)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
|
||||
public class UserDictionaryPreferenceControllerTest {
|
||||
|
||||
@Mock(answer = Answers.RETURNS_DEEP_STUBS)
|
||||
|
Reference in New Issue
Block a user