Move fuelgauge test package to sdk 26
Test: make RunSettingsRoboTests -j40 Change-Id: I8122a41132821a42c4ec8c5995a1a11833b686cd
This commit is contained in:
@@ -69,7 +69,7 @@ import static org.mockito.Mockito.when;
|
||||
import static org.mockito.Mockito.spy;
|
||||
|
||||
@RunWith(SettingsRobolectricTestRunner.class)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
|
||||
public class BatteryUtilsTest {
|
||||
// unit that used to converted ms to us
|
||||
private static final long UNIT = 1000;
|
||||
|
Reference in New Issue
Block a user