Merge "Use string notifications_disabled instead of off" into udc-dev am: 83c04b32d1
am: bdf3cb8df9
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/22938598 Change-Id: I1cbd994f1906de6e5e6eea57bb7adb89f0a925f1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -251,7 +251,7 @@ class AppNotificationRepositoryTest {
|
||||
|
||||
val summary = repository.getNotificationSummary(APP)
|
||||
|
||||
assertThat(summary).isEqualTo(context.getString(R.string.off))
|
||||
assertThat(summary).isEqualTo(context.getString(R.string.notifications_disabled))
|
||||
}
|
||||
|
||||
@Test
|
||||
@@ -273,7 +273,7 @@ class AppNotificationRepositoryTest {
|
||||
|
||||
val summary = repository.getNotificationSummary(APP)
|
||||
|
||||
assertThat(summary).isEqualTo(context.getString(R.string.off))
|
||||
assertThat(summary).isEqualTo(context.getString(R.string.notifications_disabled))
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user