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:
jasonwshsu
2023-02-13 01:49:25 +08:00
parent 34b7835a50
commit 642380410d

View File

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