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

Commit a4e3b55a 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: 0ceadf9f

am: 4b47184d

Change-Id: Id5e9801e9fcea4e8395f3406b94d3790c0ab27be
parents 9bbae657 4b47184d
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