Merge "Update bluetooth strings"

This commit is contained in:
TreeHugger Robot
2017-06-01 07:25:58 +00:00
committed by Android (Google) Code Review
2 changed files with 5 additions and 5 deletions

View File

@@ -94,7 +94,7 @@ public class BluetoothDeviceNamePreferenceControllerTest {
final Object[] spans = ((SpannableStringBuilder) summary).getSpans(0, summary.length(),
Object.class);
assertThat(summary.toString())
.isEqualTo("Visible to other devices as: Nightshade");
.isEqualTo("Visible as 'Nightshade' to other devices");
// Test summary only has one color span
assertThat(spans).asList().hasSize(1);