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

Commit f5848d0f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Use proper string formatting for the "Active device" string"

parents cdd628e6 576d4448
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ public class BluetoothDetailsHeaderControllerTest extends BluetoothDetailsContro
     */
    @Test
    public void testContextMock() {
        assertThat(mContext.getString(R.string.bluetooth_connected)).isEqualTo("Connected");
        assertThat(mContext.getString(R.string.bluetooth_connected)).isNotNull();
    }

    @Test