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

Commit fb9cfa26 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix flakyness in PairingTest" into main am: f0e726dd

parents b1dd4e47 f0e726dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -355,10 +355,10 @@ public class PairingTest {
                        .next();

        // Todo: Unexpected empty ACTION_UUID intent is generated
        verifyIntentReceived(hasAction(BluetoothDevice.ACTION_UUID));
        verifyIntentReceivedUnordered(hasAction(BluetoothDevice.ACTION_UUID));

        // Wait for connection on Android
        verifyIntentReceived(
        verifyIntentReceivedUnordered(
                hasAction(BluetoothDevice.ACTION_ACL_CONNECTED),
                hasExtra(BluetoothDevice.EXTRA_TRANSPORT, BluetoothDevice.TRANSPORT_LE));