Move dream test package to sdk 26
Test: make RunSettingsRoboTests -j40 Change-Id: I009e768a9911ecb3cbf6bd056bfe29802a65805b
This commit is contained in:
@@ -40,7 +40,7 @@ import static org.mockito.Mockito.verify;
|
||||
import static org.mockito.Mockito.when;
|
||||
|
||||
@RunWith(SettingsRobolectricTestRunner.class)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
|
||||
public class StartNowPreferenceControllerTest {
|
||||
private StartNowPreferenceController mController;
|
||||
@Mock(answer = Answers.RETURNS_DEEP_STUBS)
|
||||
|
Reference in New Issue
Block a user