Update extra defend layout string

Bug: 235246949
Test: make RunSettingsRoboTests
Change-Id: I3a3afe2e47d90882bdc4e4180ea5c6b079efd828
This commit is contained in:
wesleycwwang
2022-08-22 18:45:21 +08:00
parent e66ae3f9db
commit 27cbd5bccd
2 changed files with 2 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ public class BatteryDefenderTipTest {
@Test
public void updatePreference_shouldSetSecondaryButtonText() {
String expected = mContext.getString(R.string.see_more);
String expected = mContext.getString(R.string.learn_more);
mBatteryDefenderTip.updatePreference(mCardPreference);