Merge "Update Wifi off summary text." into oc-dev

This commit is contained in:
Doris Ling
2017-04-06 17:04:44 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ public class WifiSummaryUpdaterTest {
mWifiTracker.enabled = false;
assertThat(mSummaryUpdater.getSummary()).isEqualTo(
mContext.getString(R.string.wifi_disabled_generic));
mContext.getString(R.string.switch_off_text));
}
@Test