Update access strings per UXW

Bug: 338390125
Test: Builds
Flag: EXEMPT resource only update
Change-Id: I4719a37bd63b46c51ae4cf3009abaf920d624697
This commit is contained in:
Simon Wingrove
2024-05-10 14:31:27 +00:00
parent c5571e5530
commit 82f4844bd7
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 {