update language package test to sdk 26

Test: make RunSettingsRoboTests -j40
Change-Id: I7ed2070a7c54eff34803b473d9fe67cea12424cd
This commit is contained in:
jeffreyhuang
2017-11-30 14:36:08 -08:00
parent 74c321a481
commit c06205f307
2 changed files with 2 additions and 2 deletions

View File

@@ -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)