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

Commit aae628ab authored by ykhung's avatar ykhung Committed by YK Hung
Browse files

Resolve IncompatibleChargerTipTest test fail

Bug: 246960554
Test: presubmit & manual
Change-Id: I4d1c481f90d55009255d7bdf6e822613831c9822
parent ba9bd128
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ public final class IncompatibleChargerTipTest {
    @Test
    public void getIcon_showIcon() {
        assertThat(mIncompatibleChargerTip.getIconId())
                .isEqualTo(R.drawable.ic_battery_charging);
                .isEqualTo(R.drawable.ic_battery_alert_24dp);
    }

    @Test