Merge "Fix test failed due to wrong string." into main

This commit is contained in:
Treehugger Robot
2025-03-16 22:51:19 -07:00
committed by Android (Google) Code Review

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 {