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

Commit 79a10157 authored by David Duarte's avatar David Duarte Committed by Automerger Merge Worker
Browse files

Merge "MapClientStateMachineTest: Send correct message in...

Merge "MapClientStateMachineTest: Send correct message in testReceiveEmptyEvent" into main am: 42eac094

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/3122991



Change-Id: Ibeeaddbf0f000b306d6025c5468eb9c2770eaba1
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents f937c37b 42eac094
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -362,7 +362,7 @@ public class MapClientStateMachineTest {

        // Send an empty notification event, verify the mMceStateMachine is still connected
        Message notification = Message.obtain(mHandler, MceStateMachine.MSG_NOTIFICATION);
        mMceStateMachine.getCurrentState().processMessage(msg);
        mMceStateMachine.getCurrentState().processMessage(notification);
        Assert.assertEquals(BluetoothProfile.STATE_CONNECTED, mMceStateMachine.getState());
    }