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

This commit is contained in:
Treehugger Robot
2018-02-10 02:05:12 +00:00
committed by Gerrit Code Review

View File

@@ -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