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

Commit bd2e591b authored by ykhung's avatar ykhung Committed by Automerger Merge Worker
Browse files

Resolve IncompatibleChargerTipTest test fail am: aae628ab am: f2b7f7af

parents 071231d2 f2b7f7af
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