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

Commit 42eac094 authored by David Duarte's avatar David Duarte Committed by Gerrit Code Review
Browse files

Merge "MapClientStateMachineTest: Send correct message in testReceiveEmptyEvent" into main

parents 1daeac1e c1082a7f
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());
    }