Merge "Fix erasing of eSIMs for some devices" into qt-dev

am: 1f942d9857

Change-Id: I44e11b7a63c329883b01dc03f820e807c15953cf
This commit is contained in:
Andrew Sapperstein
2019-07-11 20:51:32 -07:00
committed by android-build-merger
2 changed files with 2 additions and 3 deletions

View File

@@ -163,7 +163,7 @@ public class MasterClearTest {
verify(context).startActivity(intent.capture());
assertThat(intent.getValue().getBundleExtra(SettingsActivity.EXTRA_SHOW_FRAGMENT_ARGUMENTS)
.getBoolean(MasterClear.ERASE_ESIMS_EXTRA, false))
.isFalse();
.isTrue();
}
@Test