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

Commit 2a596abf authored by Charlie Boutier's avatar Charlie Boutier
Browse files

BumbleBluetoothTests: SdpClientTest by relaxing assertion

The SDP UUID is always broadcasted hence the containsExactly is failing.

Bug: 355414748
Test: atest BumbleBluetoothTests
Change-Id: I62bb8555ee38bd18ff244a37337c94371fc0a571
parent 48e1837e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ public class SdpClientTest {
        assertThat(device.fetchUuidsWithSdp()).isTrue();

        assertThat(mFutureIntent.get())
                .containsExactly(
                .containsAtLeast(
                        BluetoothUuid.HFP,
                        BluetoothUuid.A2DP_SOURCE,
                        BluetoothUuid.A2DP_SINK,