Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d9e1b4b authored by Antony Sargent's avatar Antony Sargent Committed by android-build-merger
Browse files

Fix BluetoothPairingDialogTest to not expect device name am: f20e0a49 am:...

Fix BluetoothPairingDialogTest to not expect device name am: f20e0a49 am: 0ceadf9f am: 4b47184d
am: a4e3b55a

Change-Id: I2e82fc3f4faab96221679e661bf19225f297f327
parents f678be39 a4e3b55a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -290,7 +290,6 @@ public class BluetoothPairingDialogTest {
        CheckBox sharingCheckbox = (CheckBox) frag.getmDialog()
                .findViewById(R.id.phonebook_sharing_message_confirm_pin);
        assertThat(sharingCheckbox.getVisibility()).isEqualTo(View.VISIBLE);
        assertThat(sharingCheckbox.getText().toString().contains(FAKE_DEVICE_NAME)).isTrue();
    }

    @Test