Merge "Fix fail test case in FlashNotificationsUtilTest"

This commit is contained in:
Angela Wang
2023-02-13 05:13:39 +00:00
committed by Android (Google) Code Review

View File

@@ -139,7 +139,7 @@ public class FlashNotificationsUtilTest {
@Test
public void getScreenColor_azureColor_returnAzure() throws Exception {
assertThat(getScreenColor(0x4D0000FF)).isEqualTo(ScreenFlashNotificationColor.AZURE);
assertThat(getScreenColor(0x660080FF)).isEqualTo(ScreenFlashNotificationColor.AZURE);
}
@Test