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

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

Merge "Fix broken unit tests." am: f2f15eb1

am: b8673377

Change-Id: Id3d7de4d54163c603508e26ba3e96b6a7f356d26
parents 79223fa0 b8673377
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