Update strings for skip fingerprint setup

bug: 64092225
Test: Manually tested and verified updated strings used
Change-Id: I813f72abb8cb9fd2ba9ec952c0926ecd2f670ed0
This commit is contained in:
Ajay Nadathur
2017-08-10 12:36:00 -07:00
parent f9ff9b9f5c
commit 58c2da2d9e
3 changed files with 6 additions and 6 deletions

View File

@@ -95,7 +95,7 @@ public class SetupFingerprintEnrollFindSensorTest {
AlertDialog alertDialog = ShadowAlertDialog.getLatestAlertDialog();
assertNotNull(alertDialog);
ShadowAlertDialog shadowAlertDialog = Shadows.shadowOf(alertDialog);
int titleRes = R.string.fingerprint_enroll_skip_after_adding_lock_title;
int titleRes = R.string.setup_fingerprint_enroll_skip_title;
assertEquals(application.getString(titleRes), shadowAlertDialog.getTitle());
}