commit | b08aeb717ca8ba94c59f4ac6a562ea4c66c0450f | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Sun Mar 16 22:51:19 2025 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Sun Mar 16 22:51:19 2025 -0700 |
tree | a4b5adf50fadd1b8dcf8698eda3184f9dc8ea9e4 | |
parent | 470f275febad4781554578b28ff44f4275ebfd73 [diff] | |
parent | 68286922386efb7812b8a2c62357db3da3c9f48a [diff] |
Merge "Fix test failed due to wrong string." into main
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 d070811..036cc3f 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 @@ 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 {