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

Commit f387bef0 authored by Liz Prucka's avatar Liz Prucka Committed by Android (Google) Code Review
Browse files

Merge "Fix unit tests for the IntrusionDetectionService due to constructor updates." into main

parents 29bf6453 89cf4b80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -409,7 +409,7 @@ public class IntrusionDetectionServiceTest {
        final String TAG = "startTestService";
        final CountDownLatch latch = new CountDownLatch(1);
        LocalIntrusionDetectionEventTransport transport =
                new LocalIntrusionDetectionEventTransport();
                new LocalIntrusionDetectionEventTransport(mContext);

        ServiceConnection serviceConnection = new ServiceConnection() {
            // Called when connection with the service is established.