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

Commit c08c6c5c authored by YK Hung's avatar YK Hung Committed by Android (Google) Code Review
Browse files

Merge "Fix the broken tests on BatteryTipDialogFragmentTest" into tm-dev

parents 4a21c608 069df8dc
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -242,9 +242,7 @@ public class BatteryTipDialogFragmentTest {
        ShadowAlertDialogCompat shadowDialog = ShadowAlertDialogCompat.shadowOf(dialog);

        assertThat(shadowDialog.getMessage()).isEqualTo(
                "Your apps are using a normal amount of battery. If apps use too much battery, "
                        + "your phone will suggest actions you can take.\n\nYou can always turn"
                        + " on Battery Saver if you’re running low on battery.");
                mContext.getText(R.string.battery_tip_dialog_summary_message));
    }

    @Test