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

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

Merge "Fix MapClientContentTest test" am: 63e18a72 am: 991e1793

parents e35a8e7c 991e1793
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);