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

Commit c1b9ee67 authored by William Escande's avatar William Escande Committed by Cherrypicker Worker
Browse files

Fix MapClientContentTest test

Follow up of aosp/2435777 to fix the test

Test: atest BluetoothInstrumentationTests
Bug: 263323082
Bug: 267298837
Change-Id: I3fea4d809c898d1cce7c1c3e5ce4842da565c747
(cherry picked from commit 88a24ff0)
Merged-In: I3fea4d809c898d1cce7c1c3e5ce4842da565c747
parent 7b7275f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -369,7 +369,7 @@ public class MapClientContentTest {
     */
    @Test
    public void testCleanUpWithNoSubscriptions() {
        when(mMockSubscription.getSubscriptionType())
        when(mMockSubscriptionManager.getActiveSubscriptionInfoList())
                .thenReturn(null);

        MapClientContent.clearAllContent(mMockContext);