Merge "Update some strings to match spec"

This commit is contained in:
TreeHugger Robot
2017-03-16 18:30:09 +00:00
committed by Android (Google) Code Review
4 changed files with 16 additions and 16 deletions

View File

@@ -113,7 +113,7 @@ public class UsbModePreferenceControllerTest {
preference.setEnabled(true);
mController.updateState(preference);
assertThat(preference.getSummary()).isEqualTo(
mContext.getString(R.string.usb_nothing_connected));
mContext.getString(R.string.disconnected));
}
@Test