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

Commit 81592d73 authored by Kevin Liu's avatar Kevin Liu Committed by Android (Google) Code Review
Browse files

Merge "Revert "Updated the test to adapt new inlined mocks""

parents 37a13e30 b62af321
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ import static org.mockito.Mockito.when;
import android.content.Context;
import android.content.pm.PackageManager;
import android.os.Handler;
import android.os.Looper;

import androidx.test.core.app.ApplicationProvider;

@@ -43,7 +42,7 @@ public class ConnectivitySubsystemsRecoveryManagerTest {
    @Spy
    Context mContext = ApplicationProvider.getApplicationContext();
    @Spy
    Handler mMainHandler = new Handler(Looper.getMainLooper());
    Handler mMainHandler = ApplicationProvider.getApplicationContext().getMainThreadHandler();
    @Mock
    PackageManager mPackageManager;