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

Commit 28851210 authored by Joseph Pirozzo's avatar Joseph Pirozzo
Browse files

HFPClient: fix broken test case

Fix the recently broken testInBandRingtone.

Bug: 186651113
Test: atest BluetoothInstrumentationTests
Tag: #stability
Change-Id: I395683f3e16a811bff4b1e2bfdbd7fcb5c565fbf
parent ab12fd25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -319,7 +319,7 @@ public class HeadsetClientStateMachineTest {
        mHeadsetClientStateMachine.sendMessage(StackEvent.STACK_EVENT, eventIncomingCall);
        verify(mHeadsetClientService, timeout(STANDARD_WAIT_MILLIS).times(3)).sendBroadcast(
                intentArgument.capture(),
                anyString());
                anyString(), any(Bundle.class));


        // Signal that the complete list of calls was received.