Merge "Tweak bluetooth text alignment"
This commit is contained in:
committed by
Android (Google) Code Review
commit
1cf4c03f87
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user