Fix test failed due to wrong string.

Flag: EXEMPT bug fix
Fix: b/404076543
Test: atest pass
Change-Id: Id1152aeed25cb2956b54a9071a0a76bc2a938b15
This commit is contained in:
tom hsu
2025-03-17 04:05:31 +00:00
parent 998eea6957
commit 6828692238

View File

@@ -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 {