Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96968c3d authored by Angela Wang's avatar Angela Wang Committed by Android (Google) Code Review
Browse files

Merge "Fix fail test case in FlashNotificationsUtilTest"

parents 1da516bc 64238041
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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