Merge "Update access strings per UXW" into main

This commit is contained in:
Simon Wingrove
2024-05-13 21:36:49 +00:00
committed by Android (Google) Code Review
2 changed files with 15 additions and 15 deletions

View File

@@ -90,7 +90,7 @@ class DataSaverControllerTest {
getUnrestrictedSummary(context = context, appListRepository = FakeAppListRepository)
assertThat(summary)
.isEqualTo("2 apps allowed to use unrestricted data when Data Saver is on")
.isEqualTo("2 apps allowed to use unrestricted mobile data when Data Saver is on")
}
@Test
@@ -103,7 +103,7 @@ class DataSaverControllerTest {
getUnrestrictedSummary(context = context, appListRepository = FakeAppListRepository)
assertThat(summary)
.isEqualTo("0 apps allowed to use unrestricted data when Data Saver is on")
.isEqualTo("0 apps allowed to use unrestricted mobile data when Data Saver is on")
}
private companion object {