Merge "Use proper string formatting for the "Active device" string" am: f5848d0f4d

am: 8018f82e5a

Change-Id: Iaf745544ca349cb5a0193b4dd0e46bcc89ff4e0c
This commit is contained in:
Pavlin Radoslavov
2018-02-10 09:22:38 +00:00
committed by android-build-merger

View File

@@ -79,7 +79,7 @@ public class BluetoothDetailsHeaderControllerTest extends BluetoothDetailsContro
*/ */
@Test @Test
public void testContextMock() { public void testContextMock() {
assertThat(mContext.getString(R.string.bluetooth_connected)).isEqualTo("Connected"); assertThat(mContext.getString(R.string.bluetooth_connected)).isNotNull();
} }
@Test @Test