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

Unverified Commit 27187032 authored by LuK1337's avatar LuK1337 Committed by Michael Bestas
Browse files

tests: Update SubscriptionInfo parameters to match fwb

* db-upgrade patches added another parameter, userNwMode
  we need to set that to be able to build the tests.

Change-Id: Ia84963aa2f6098ce6b9fa56e51eb9eabc1573f4f
parent 3fb85e16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ public class SubscriptionInfoTest {
    @Before
    public void setUp() throws Exception {
        mSubscriptionInfoUT = new SubscriptionInfo(1, "890126042XXXXXXXXXXX", 0, "T-mobile",
                "T-mobile", 0, 255, "12345", 0, null, 310, 260, "156");
                "T-mobile", 0, 255, "12345", 0, null, 310, 260, "156", 0);
    }

    @Test