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

Commit 63e18a72 authored by David Duarte's avatar David Duarte Committed by Gerrit Code Review
Browse files

Merge "Fix MapClientContentTest test"

parents 7a349b18 88a24ff0
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);