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

Commit 991e1793 authored by David Duarte's avatar David Duarte Committed by Automerger Merge Worker
Browse files

Merge "Fix MapClientContentTest test" am: 63e18a72

parents acfa10c6 63e18a72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -467,7 +467,7 @@ public class MapClientContentTest {
     */
    @Test
    public void testCleanUpWithNoSubscriptions() {
        when(mMockSubscription.getSubscriptionType())
        when(mMockSubscriptionManager.getActiveSubscriptionInfoList())
                .thenReturn(null);

        MapClientContent.clearAllContent(mMockContext);