Merge "Fix test failed due to wrong string." into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
b08aeb717c
@@ -63,11 +63,9 @@ class SatelliteSettingAboutContentControllerTest {
|
|||||||
controller.displayPreference(screen)
|
controller.displayPreference(screen)
|
||||||
|
|
||||||
assertThat(preference.title).isEqualTo(
|
assertThat(preference.title).isEqualTo(
|
||||||
context.getString(
|
"You can send and receive text messages and use some apps by satellite with an eligible Test Carrier account"
|
||||||
R.string.description_about_satellite_setting,
|
|
||||||
TEST_SIM_OPERATOR_NAME
|
|
||||||
)
|
)
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private companion object {
|
private companion object {
|
||||||
|
Reference in New Issue
Block a user