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

Commit 5de897b7 authored by Jack He's avatar Jack He Committed by Gerrit Code Review
Browse files

Merge "PairingTest: Do not enforce order on 2nd UUID expectation" into main

parents 894c0006 35bd35fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -459,7 +459,7 @@ public class PairingTest {

        // Wait for GATT service discovery to complete on Android
        // so that ACTION_UUID is received here.
        verifyIntentReceived(
        verifyIntentReceivedUnordered(
                hasAction(BluetoothDevice.ACTION_UUID),
                hasExtra(BluetoothDevice.EXTRA_UUID, Matchers.hasItemInArray(BATTERY_UUID)));