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

Commit 5db9e3b5 authored by fionaxu's avatar fionaxu
Browse files

[DO NOT MERGE] fix unit test due to merge issue

mistakenly called makeCarrierActionAgent twice

Bug: 30958215
Bug: 25691379
Test: runtest --path telephonytest
Change-Id: Ib49d93a0c877cd350234a057727f59982cc9d561
parent 8f7acaf8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -348,7 +348,7 @@ public abstract class TelephonyTest {
        doReturn(mImsExternalCallTracker).when(mTelephonyComponentFactory)
                .makeImsExternalCallTracker(any(ImsPhone.class));
        doReturn(mCarrierSignalAgent).when(mTelephonyComponentFactory)
                .makeCarrierActionAgent(any(Phone.class));
                .makeCarrierSignalAgent(any(Phone.class));
        doReturn(mCarrierActionAgent).when(mTelephonyComponentFactory)
                .makeCarrierActionAgent(any(Phone.class));