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

Commit 809a6079 authored by Grace Jia's avatar Grace Jia Committed by Automerger Merge Worker
Browse files

Fix NullPointerException in CallAudioRouteStateMachineTest am: f2163929

parents 593da75b f2163929
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -249,6 +249,7 @@ public class CallAudioRouteStateMachineTest extends TelecomTestCase {
            foundValid = true;
        }
        assertTrue(foundValid);
        verify(mockBluetoothRouteManager, timeout(1000L)).getBluetoothAudioConnectedDevice();
    }

    @MediumTest