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

Commit 8018f82e authored by Pavlin Radoslavov's avatar Pavlin Radoslavov Committed by android-build-merger
Browse files

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

am: f5848d0f

Change-Id: Ic34959c5ca44ad6d0ac06dfb76b3b07cd4bee819
parents 0bc6b461 f5848d0f
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