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

Commit 23731f8e authored by David Duarte's avatar David Duarte
Browse files

SdpClientTest: Remove unused `waitConnection` call

`connect` already wait for the connection

Flag: Exempt, Test only change
Bug: 324268843
Test: atest SdpClientTest
Change-Id: I198b3a9cc1dababd337fdc2e66c253f4296f644d
parent 5f95e354
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -94,13 +94,6 @@ public class SdpClientTest {
                                .setAddress(ByteString.copyFrom(local_bytes_addr))
                                .build());

        // Wait until connection is stable
        mBumble.hostBlocking()
                .waitConnection(
                        WaitConnectionRequest.newBuilder()
                                .setAddress(ByteString.copyFrom(local_bytes_addr))
                                .build());

        // Get the remote device
        BluetoothDevice device = mBumble.getRemoteDevice();