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

Commit a65dcfa2 authored by Abhijith Shastry's avatar Abhijith Shastry
Browse files

Fix broken unit tests.

BUG: 36645899
Test: Unit test fixes
Change-Id: I47f984363e8e469651de91f7501dc8486b6beb27
parent 333c7cb3
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