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

Commit b08aeb71 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 470f275f 68286922
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 {