Merge "Tweak bluetooth text alignment"

This commit is contained in:
TreeHugger Robot
2018-01-17 22:20:21 +00:00
committed by Android (Google) Code Review
3 changed files with 2 additions and 5 deletions

View File

@@ -95,8 +95,6 @@ public class BluetoothDeviceUpdaterTest {
final Preference preference = mBluetoothDeviceUpdater.mPreferenceMap.get(mBluetoothDevice);
assertThat(preference).isNotNull();
assertThat(preference.getSummary()).isEqualTo(
mContext.getString(R.string.summary_placeholder));
verify(mDevicePreferenceCallback).onDeviceAdded(preference);
}