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

Commit b8673377 authored by Abhijith Shastry's avatar Abhijith Shastry Committed by android-build-merger
Browse files

Merge "Fix broken unit tests."

am: f2f15eb1

Change-Id: I3feabd280e31c283d1c8813a164fa219b4d7dfa4
parents c2697d85 f2f15eb1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ public class CarrierServicesSmsFilterTest extends TelephonyTest {
        super.setUp(getClass().getSimpleName());
        mCarrierServicesSmsFilterUT = new CarrierServicesSmsFilter(
                mContext, mPhone, new byte[][]{SMS_PDU},
                0, null, mFilterCallback, getClass().getSimpleName());
                0, "3gpp", mFilterCallback, getClass().getSimpleName());
    }

    @After