From 68286922386efb7812b8a2c62357db3da3c9f48a Mon Sep 17 00:00:00 2001 From: tom hsu Date: Mon, 17 Mar 2025 04:05:31 +0000 Subject: [PATCH] Fix test failed due to wrong string. Flag: EXEMPT bug fix Fix: b/404076543 Test: atest pass Change-Id: Id1152aeed25cb2956b54a9071a0a76bc2a938b15 --- .../satellite/SatelliteSettingAboutContentControllerTest.kt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/unit/src/com/android/settings/network/telephony/satellite/SatelliteSettingAboutContentControllerTest.kt b/tests/unit/src/com/android/settings/network/telephony/satellite/SatelliteSettingAboutContentControllerTest.kt index d070811c3b9..036cc3ff68b 100644 --- a/tests/unit/src/com/android/settings/network/telephony/satellite/SatelliteSettingAboutContentControllerTest.kt +++ b/tests/unit/src/com/android/settings/network/telephony/satellite/SatelliteSettingAboutContentControllerTest.kt @@ -63,11 +63,9 @@ class SatelliteSettingAboutContentControllerTest { controller.displayPreference(screen) assertThat(preference.title).isEqualTo( - context.getString( - R.string.description_about_satellite_setting, - TEST_SIM_OPERATOR_NAME + "You can send and receive text messages and use some apps by satellite with an eligible Test Carrier account" ) - ) + } private companion object {