Update Wifi off summary text.
Changed the test from "disabled" to off when wifi is turned off. Fix: 36296257 Test: make RunSettingsRoboTests Change-Id: Iae421c15b812fa7a5c3ec841e9d2c28d21063884
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user