Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68286922 authored by tom hsu's avatar tom hsu
Browse files

Fix test failed due to wrong string.

Flag: EXEMPT bug fix
Fix: b/404076543
Test: atest pass
Change-Id: Id1152aeed25cb2956b54a9071a0a76bc2a938b15
parent 998eea69
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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 {