Fix fail test case in FlashNotificationsUtilTest
* Update correct code for ScreenFlashNotificationColor.AZURE Bug: 237628564 Test: make RunSettingsRoboTests ROBOTEST_FILTER=FlashNotificationsUtilTest Change-Id: I10a3106ab140192841a703b50763a1d2e6b1c0d0
This commit is contained in:
@@ -139,7 +139,7 @@ public class FlashNotificationsUtilTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void getScreenColor_azureColor_returnAzure() throws Exception {
|
public void getScreenColor_azureColor_returnAzure() throws Exception {
|
||||||
assertThat(getScreenColor(0x4D0000FF)).isEqualTo(ScreenFlashNotificationColor.AZURE);
|
assertThat(getScreenColor(0x660080FF)).isEqualTo(ScreenFlashNotificationColor.AZURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Reference in New Issue
Block a user